Click or drag to resize
CollectionBaseTRemove Method
Must be overridden to allow removing items from this collection.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public abstract bool Remove(
	T item
)

Parameters

item
Type: T

[Missing <param name="item"/> documentation for "M:X3Platform.Collections.CollectionBase`1.Remove(`0)"]

Return Value

Type: Boolean
True if item existed in the collection and was removed. False if item did not exist in the collection.

Implements

ICollectionTRemove(T)
See Also