DynamicType.IDictionary.Remove - Méthode
Supprime un champ spécifique de la collection.
Espace de noms : Microsoft.BusinessData.Runtime
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Private Sub Remove ( _
key As Object _
) Implements IDictionary.Remove
'Utilisation
Dim instance As DynamicType
Dim key As Object
CType(instance, IDictionary).Remove(key)
void IDictionary.Remove(
Object key
)
Paramètres
key
Type : System.ObjectLa clé du champ à supprimer.