BigListT Properties |
The BigListT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of items stored in the BigList. The indices of the items
range from 0 to Count-1.
(Overrides ListBaseTCount.) |
![]() | Item |
Gets or sets an item in the list, by index.
(Overrides ListBaseTItemInt32.) |