ExpandoObject.IDictionary<String,Object>.Remove(String) メソッド

定義

指定したキーを持つ要素を IDictionaryから削除します。

 virtual bool System.Collections.Generic.IDictionary<System.String,System.Object>.Remove(System::String ^ key) = System::Collections::Generic::IDictionary<System::String ^, System::Object ^>::Remove;
bool IDictionary<string,object>.Remove(string key);
abstract member System.Collections.Generic.IDictionary<System.String,System.Object>.Remove : string -> bool
override this.System.Collections.Generic.IDictionary<System.String,System.Object>.Remove : string -> bool
Function Remove (key As String) As Boolean Implements IDictionary(Of String, Object).Remove

パラメーター

key
String

削除する要素のキー。

返品

true 要素が正常に削除された場合。それ以外の場合は false。 このメソッドは、元のIDictionary<TKey,TValue>keyが見つからなかった場合にもfalseを返します。

実装

適用対象