|
ExtendedListTItems Property
|
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; set; }
Public Property Items As List(Of T)
Get
Set
public:
property List<T>^ Items {
List<T>^ get ();
void set (List<T>^ value);
}
member Items : List<'T> with get, set
Property Value
Type:
ListT
See Also