Click or drag to resize

CollectionTRemove Method (Object)

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 override bool Remove(
	Object item
)

Parameters

item
Type: SystemObject
Item to remove.

Return Value

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