DynamicType.IDictionary.Remove Method
Removes a specified field from the collection.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Private Sub Remove ( _
key As Object _
) Implements IDictionary.Remove
'Usage
Dim instance As DynamicType
Dim key As Object
CType(instance, IDictionary).Remove(key)
void IDictionary.Remove(
Object key
)
Parameters
key
Type: System.ObjectThe key of the field to be removed.