RemoveItem Method
RemoveItem(Type, Object, Object)
Removes an item instance from the specified collection.
Declaration
public static void RemoveItem(Type collectionType, object collectionInstance, object item)
Parameters
Type | Name | Description |
---|---|---|
System.Type | collectionType | |
System.Object | collectionInstance | |
System.Object | item |