ImmutableStack<T>.Empty 屬性

定義

取得空的不可變堆疊。

public:
 static property System::Collections::Immutable::ImmutableStack<T> ^ Empty { System::Collections::Immutable::ImmutableStack<T> ^ get(); };
public static System.Collections.Immutable.ImmutableStack<T> Empty { get; }
static member Empty : System.Collections.Immutable.ImmutableStack<'T>
Public Shared ReadOnly Property Empty As ImmutableStack(Of T)

屬性值

空的不可變堆疊。

適用於