ImmutableSortedDictionary<TKey,TValue>.Empty Field

Definition

Gets an empty immutable sorted dictionary.

public: static initonly System::Collections::Immutable::ImmutableSortedDictionary<TKey, TValue> ^ Empty;
public static readonly System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue> Empty;
 staticval mutable Empty : System.Collections.Immutable.ImmutableSortedDictionary<'Key, 'Value>
Public Shared ReadOnly Empty As ImmutableSortedDictionary(Of TKey, TValue) 

Field Value

Applies to