SparkJobProperties.ICollection<KeyValuePair<String,Object>>.Remove(KeyValuePair<String,Object>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the first occurrence of a specific object from the System.Collections.Generic.ICollection`1.
bool ICollection<KeyValuePair<string,object>>.Remove (System.Collections.Generic.KeyValuePair<string,object> value);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Remove : System.Collections.Generic.KeyValuePair<string, obj> -> bool
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Remove : System.Collections.Generic.KeyValuePair<string, obj> -> bool
Function Remove (value As KeyValuePair(Of String, Object)) As Boolean Implements ICollection(Of KeyValuePair(Of String, Object)).Remove
Parameters
- value
- System.Collections.Generic.KeyValuePair<System.String,System.Object>
Returns
- System.Boolean
Implements
System.Collections.Generic.ICollection`1.Remove(`0)
Exceptions
System.NotSupportedException
The System.Collections.Generic.ICollection`1 is read-only.