Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public IList<T> Items { get; }
Visual Basic (Declaration)
Public ReadOnly Property Items As IList(Of T)
Visual C++
public:
property IList<T>^ Items {
	IList<T>^ get ();
}

See Also