ReadOnlySet<'T> Type
Constructors
Constructor | Description |
|
|
Instance members
Instance member | Description |
Full Usage:
this.Add
Parameters:
'T
Returns: bool
Modifiers: abstract |
|
Full Usage:
this.Clear
Modifiers: abstract |
|
Full Usage:
this.Contains
Parameters:
'T
Returns: bool
Modifiers: abstract |
|
Full Usage:
this.CopyTo
Parameters:
'T[]
arrayIndex : int
Modifiers: abstract |
|
Full Usage:
this.Count
Returns: int
Modifiers: abstract |
|
|
|
|
|
|
|
Full Usage:
this.IsProperSubsetOf
Parameters:
IEnumerable<'T>
Returns: bool
Modifiers: abstract |
|
Full Usage:
this.IsProperSupersetOf
Parameters:
IEnumerable<'T>
Returns: bool
Modifiers: abstract |
|
Full Usage:
this.IsReadOnly
Returns: bool
Modifiers: abstract |
|
|
|
|
|
|
|
Full Usage:
this.Remove
Parameters:
'T
Returns: bool
Modifiers: abstract |
|
|
|
|
|
|
|