|
|
The GridLevelCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Add |
Adds item to the end of the collection.
|
|
|
AddRange |
Add the items of the specified collection to the SavedItemCollection
|
|
|
Clear |
Removes all items from the collection
|
|
|
Contains |
Determines whether the SavedItemCollection contains a specific value.
|
|
|
CopyFrom |
Sets the contents of the collection to the items in from
|
|
|
CopyTo(ICollection<(Of <<'(GridLevel>)>>)) |
Enumerates over the collection and copies the items into to
|
|
|
CopyTo(array<GridLevel>[]()[][], Int32) |
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
|
|
|
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from NativeHandle.) |
|
|
Dispose(Boolean) | (Inherited from NativeHandle.) |
|
|
Equals |
Determines whether the specified object and the current object refer to the same
underlying native object. Returns false if either object has been disposed.
(Inherited from NativeHandle.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from NativeHandle.) |
|
|
GetEnumerator |
Returns an enumerator that can iterate through the collection.
|
|
|
GetHashCode | (Inherited from NativeHandle.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
IndexOf |
Determines the index of a specific item in the Collection
|
|
|
Insert |
Inserts item into the collection at the specified index
|
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
Remove |
Removes the first occurrence of a specific item from the collection.
|
|
|
RemoveAt |
Removes the IList<(Of <(<'T>)>)> item at the specified index.
|
|
|
ToString | (Inherited from NativeHandle.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
|
|
IList..::..Add |
Adds an item to the IList.
|
|
|
IList..::..Contains |
Determines whether the IList contains a specific value.
|
|
|
ICollection..::..CopyTo | |
|
|
IList..::..IndexOf |
Determines the index of a specific item in the IList.
|
|
|
IList..::..Insert |
Inserts an item to the IList at the specified index.
|
|
|
IEnumerable..::..GetEnumerator |
Returns an enumerator that can iterate through the collection.
|
|
|
IList..::..Remove |
Removes the first occurrence of a specific object from the IList.
|