Click or drag to resize
OrderedSetTRemove Method
Searches the set for an item equal to item, and if found, removes it from the set. If not found, the set is unchanged.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
Remarks

Equality between items is determined by the comparison instance or delegate used to create the set.

Removing an item from the set takes time O(log N), where N is the number of items in the set.

See Also