Show / Hide Table of Contents

    Class Set

    Functions for working with sets.

    Inheritance
    System.Object
    Set
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Virtlink.Utilib.Collections
    Assembly: Virtlink.Utilib.dll
    Syntax
    public static class Set

    Methods

    | Improve this Doc View Source

    Empty<T>()

    Returns a read-only empty set.

    Declaration
    public static IReadOnlySet<T> Empty<T>()
    Returns
    Type Description
    IReadOnlySet<T>

    The read-only empty set.

    Type Parameters
    Name Description
    T

    The type of elements in the set.

    • Improve this Doc
    • View Source
    Back to top Copyright - Daniel Pelsmaeker