Click or drag to resize

CollectionT Properties

The CollectionT generic type exposes the following members.

Properties
  NameDescription
Public propertyIsReadOnly
Indicates if the collection is read-only.
Public propertyItem
Gets or sets the element at the specified index.
Public propertyItemType
Type of items in this collection.
(Overrides CollectionItemType.)
Public propertyValue
Current data value.
(Overrides CollectionValue.)
Top
See Also