Header menu logo Nu

ReadOnlySet<'T> Type

Constructors

Constructor Description

ReadOnlySet(set)

Full Usage: ReadOnlySet(set)

Parameters:
set : ISet<'T>

Instance members

Instance member Description

this.Add

Full Usage: this.Add

Parameters:
    item : 'T

Returns: bool
Modifiers: abstract
item : 'T
Returns: bool

this.Clear

Full Usage: this.Clear

Modifiers: abstract

this.Contains

Full Usage: this.Contains

Parameters:
    item : 'T

Returns: bool
Modifiers: abstract
item : 'T
Returns: bool

this.CopyTo

Full Usage: this.CopyTo

Parameters:
    array : 'T[]
    arrayIndex : int

Modifiers: abstract
array : 'T[]
arrayIndex : int

this.Count

Full Usage: this.Count

Returns: int
Modifiers: abstract
Returns: int

this.ExceptWith

Full Usage: this.ExceptWith

Parameters:
Modifiers: abstract
other : IEnumerable<'T>

this.GetEnumerator

Full Usage: this.GetEnumerator

Returns: IEnumerator<'T>
Modifiers: abstract
Returns: IEnumerator<'T>

this.IntersectWith

Full Usage: this.IntersectWith

Parameters:
Modifiers: abstract
other : IEnumerable<'T>

this.IsProperSubsetOf

Full Usage: this.IsProperSubsetOf

Parameters:
Returns: bool
Modifiers: abstract
other : IEnumerable<'T>
Returns: bool

this.IsProperSupersetOf

Full Usage: this.IsProperSupersetOf

Parameters:
Returns: bool
Modifiers: abstract
other : IEnumerable<'T>
Returns: bool

this.IsReadOnly

Full Usage: this.IsReadOnly

Returns: bool
Modifiers: abstract
Returns: bool

this.IsSubsetOf

Full Usage: this.IsSubsetOf

Parameters:
Returns: bool
Modifiers: abstract
other : IEnumerable<'T>
Returns: bool

this.IsSupersetOf

Full Usage: this.IsSupersetOf

Parameters:
Returns: bool
Modifiers: abstract
other : IEnumerable<'T>
Returns: bool

this.Overlaps

Full Usage: this.Overlaps

Parameters:
Returns: bool
Modifiers: abstract
other : IEnumerable<'T>
Returns: bool

this.Remove

Full Usage: this.Remove

Parameters:
    item : 'T

Returns: bool
Modifiers: abstract
item : 'T
Returns: bool

this.SetEquals

Full Usage: this.SetEquals

Parameters:
Returns: bool
Modifiers: abstract
other : IEnumerable<'T>
Returns: bool

this.SymmetricExceptWith

Full Usage: this.SymmetricExceptWith

Parameters:
Modifiers: abstract
other : IEnumerable<'T>

this.UnionWith

Full Usage: this.UnionWith

Parameters:
Modifiers: abstract
other : IEnumerable<'T>

Type something to start searching.