DynamicType.IDictionary.Keys - Propriété
Obtient les clés de la collection.
Espace de noms : Microsoft.BusinessData.Runtime
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Private ReadOnly Property Keys As ICollection
Implements IDictionary.Keys
Get
'Utilisation
Dim instance As DynamicType
Dim value As ICollection
value = CType(instance, IDictionary).Keys
ICollection IDictionary.Keys { get; }
Valeur de propriété
Type : System.Collections.ICollection
La collection de clés.