DynamicType.IDictionary.Remove 方法
移除集合中指定的欄位。
命名空間: Microsoft.BusinessData.Runtime
組件: Microsoft.BusinessData (在 Microsoft.BusinessData.dll 中)
語法
'宣告
Private Sub Remove ( _
key As Object _
) Implements IDictionary.Remove
'用途
Dim instance As DynamicType
Dim key As Object
CType(instance, IDictionary).Remove(key)
void IDictionary.Remove(
Object key
)
參數
key
類型:System.Object若要移除欄位的索引鍵。