ImmutableStack<T>.Clear 메서드

정의

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

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

반환

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

적용 대상