RemoveItemAt Method
RemoveItemAt(Type, Object, Int32)
Removes the item at the specified index of the collection.
Declaration
public static bool RemoveItemAt(Type collectionType, object collectionInstance, int index)
Parameters
Type | Name | Description |
---|---|---|
System.Type | collectionType | |
System.Object | collectionInstance | |
System.Int32 | index |
Returns
Type | Description |
---|---|
System.Boolean | True if the removal succeeded, false if the collection type does not support RemoveAt. |