IImmutableStack<T>.Clear 메서드

정의

변경할 수 없는 스택에서 모든 개체를 제거합니다.

public:
 System::Collections::Immutable::IImmutableStack<T> ^ Clear();
public System.Collections.Immutable.IImmutableStack<T> Clear ();
abstract member Clear : unit -> System.Collections.Immutable.IImmutableStack<'T>
Public Function Clear () As IImmutableStack(Of T)

반환

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

적용 대상