CultureAwareDynamicObject..::..Remove Method (KeyValuePair<(Of <(<'String, Nullable<(Of <(<'Object>)>)>>)>)>)

Removes the first occurrence of a specific object from the [ICollection{T}].

Namespace:  Tortuga.Anchor.Dynamic
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public bool Remove(
	KeyValuePair<string, Nullable<Object>> item
)
Public Function Remove ( _
	item As KeyValuePair(Of String, Nullable(Of Object)) _
) As Boolean

Parameters

item
Type: KeyValuePair<(Of <(<'String, Nullable<(Of <(<'Object>)>)>>)>)>
The object to remove from the [ICollection{T}].

Return Value

true if item was successfully removed from the [ICollection{T}]; otherwise, false. This method also returns false if item is not found in the original [ICollection{T}].