|
InfiniteListTItems Property
|
access to the underlying list of items
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<T> Items { get; }
Public ReadOnly Property Items As List(Of T)
Get
public:
property List<T>^ Items {
List<T>^ get ();
}
member Items : List<'T> with get
Property Value
Type:
ListT
See Also