ImmutableList<T>.Empty Field

Definition

Gets an empty immutable list.

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

Field Value

Applies to