ImmutableDictionary<TKey,TValue>.Clear 메서드

정의

이 사전 인스턴스와 동일한 순서 및 키/값 비교 규칙이 있는 변경할 수 없는 빈 사전을 검색합니다.

public:
 System::Collections::Immutable::ImmutableDictionary<TKey, TValue> ^ Clear();
public System.Collections.Immutable.ImmutableDictionary<TKey,TValue> Clear();
member this.Clear : unit -> System.Collections.Immutable.ImmutableDictionary<'Key, 'Value>
Public Function Clear () As ImmutableDictionary(Of TKey, TValue)

반품

동일한 순서 및 키/값 비교 규칙이 있는 빈 사전입니다.

적용 대상