ImmutableSortedSet<T>.Empty Field

Definition

Gets an empty immutable sorted set.

public: static initonly System::Collections::Immutable::ImmutableSortedSet<T> ^ Empty;
public static readonly System.Collections.Immutable.ImmutableSortedSet<T> Empty;
 staticval mutable Empty : System.Collections.Immutable.ImmutableSortedSet<'T>
Public Shared ReadOnly Empty As ImmutableSortedSet(Of T) 

Field Value

Applies to