CollectionBaseTRemove Method |
Must be overridden to allow removing items from this collection.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic abstract bool Remove(
T item
)
public:
virtual bool Remove(
T item
) abstract
Parameters
- item
- Type: T
[Missing <param name="item"/> documentation for "M:X3Platform.Collections.CollectionBase`1.Remove(`0)"]
Return Value
Type:
BooleanTrue if
item existed in the collection and
was removed. False if
item did not exist in the collection.
Implements
ICollectionTRemove(T)
See Also