ImmutableSortedSet<T>::Empty Field

 

Gets an empty immutable sorted set.

Namespace:   System.Collections.Immutable
Assembly:  System.Collections.Immutable (in System.Collections.Immutable.dll)

public:
static initonly ImmutableSortedSet<T>^ Empty

Field Value

Type: System.Collections.Immutable::ImmutableSortedSet<T>^

An empty immutable sorted set.

Return to top
Show: