IndexingParametersConfiguration.ICollection<KeyValuePair<String,Object>>.Clear メソッド

定義

ICollection<T> からすべての項目を削除します。

void ICollection<KeyValuePair<string,object>>.Clear ();
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Clear : unit -> unit
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Clear : unit -> unit
Sub Clear () Implements ICollection(Of KeyValuePair(Of String, Object)).Clear

実装

例外

ICollection<T> は読み取り専用です。

適用対象