ImmutableSortedDictionary<TKey,TValue>.Clear 方法

定義

擷取空白不可變排序字典,其具有與字典執行個體相同的順序和機碼值組比較規則。

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

傳回

具有對等順序和索引鍵/值比較規則的空字典。

適用於