Click or drag to resize

CollectionTRemove Method (T)

Removes the specified item from the collection.

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public bool Remove(
	T item
)

Parameters

item
Type: T
Item to remove.

Return Value

Type: Boolean
True if the item was removed; false, if it didn't exist in the collection.

Implements

ICollectionTRemove(T)
See Also