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)

속성 값

변경할 수 없는 빈 스택입니다.

적용 대상