Collection Properties |
![]() |
The Collection type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Count |
Returns an Integer containing the number of elements in a collection.
|
![]() |
Item[ Int32] |
Returns a specific element of a Collection object either by position or by key. Read-only.
|
![]() |
Item[ Object] |
Returns a specific element of a Collection object either by position or by key.
|
![]() |
Item[ String] |
Returns a specific element of a Collection object either by position or by key. Read-only.
|
![]() |
Keys |
Gets a list of strings that represents the keys for this collection
|
![]() |
Objects |
Gets a list of objects that represents the objects for this collection
|
![]() |
ObjectSizes |
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
|
Name | Description | |
---|---|---|
![]() ![]() |
ICollection. Count | |
![]() ![]() |
ICollection. IsSynchronized | |
![]() ![]() |
IList. IsFixedSize | |
![]() ![]() |
IList. IsReadOnly | |
![]() ![]() |
IList. Item | |
![]() ![]() |
ICollection. SyncRoot |