ChangeableHashSet<'T> Type
Changeable adaptive set that allows mutation by user-code and implements aset.
Constructors
Constructor | Description |
|
|
|
|
|
|
Instance members
Instance member | Description |
Full Usage:
this.Add
Parameters:
'T
Returns: bool
|
|
Full Usage:
this.Clear
|
|
Full Usage:
this.Contains
Parameters:
'T
Returns: bool
|
|
Full Usage:
this.Count
Returns: int
|
|
Full Usage:
this.ExceptWith
Parameters:
'T seq
|
|
|
|
|
|
Full Usage:
this.IntersectWith
Parameters:
'T seq
|
|
Full Usage:
this.IsEmpty
Returns: bool
|
|
|
|
Full Usage:
this.Remove
Parameters:
'T
Returns: bool
|
|
Full Usage:
this.UnionWith
Parameters:
'T seq
|
|
|
|
Full Usage:
this.Value
|