Share via


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

Implements

IDictionary.Remove(Object)

See Also

Reference

DynamicType Class

DynamicType Members

Microsoft.BusinessData.Runtime Namespace