Click or drag to resize
SetTContains Method
Determines if this set contains an item equal to item. The set is not changed.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
Remarks
Searching the set for an item takes approximately constant time, regardless of the number of items in the set.
See Also