The following tables list the members exposed by SparseCollectionBase.
Name | Description | |
---|---|---|
All | The collection as an array of objects | |
Count | Returns the number of items in the collection | |
IsReadOnly | Returns true if the collection is read-only | |
IsSynchronized | Gets a value indicating whether access to the ArrayList is synchronized (thread-safe). | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Name | Description | |
---|---|---|
CreateArray | Virtual method used by the All 'get' method to create the array it returns. | |
InternalAdd | Appends the object to the collection | |
InternalAddRange | Adds items in the specified collection to this collection. | |
InternalClear | Clears the collection. | |
InternalInsert | Appends the object to the collection | |
InternalRemove | Overloaded. Removes an item from the collection |