Click or drag to resize
SetTRemove 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 approximately constant time, regardless of the size of the set.

See Also