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)

属性值

空的不可变堆栈。

适用于