Collection Properties |
The Collection type exposes the following members.
Name | Description | |
---|---|---|
Count |
Returns an Integer containing the number of elements in a collection.
|
|
ItemInt32 |
Returns a specific element of a Collection object either by position or by key. Read-only.
|
|
ItemObject |
Returns a specific element of a Collection object either by position or by key.
|
|
ItemString |
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 | |
---|---|---|
ICollectionCount | ||
ICollectionIsSynchronized | ||
IListIsFixedSize | ||
IListIsReadOnly | ||
IListItem | ||
ICollectionSyncRoot |