Click or drag to resize

IResizableListT Properties

The IResizableListT generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets or sets the length of the list. This hides (Shadows in Vb.Net) the read-only Count property of the generic list.
Public propertyIsReadOnly (Inherited from ICollectionT.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from IListT.)
Top
See Also