IReadOnlyNamedDictionary<TValue> - Interface
Représente une implémentation spéciale de IReadOnlyDictionary, où la clé est une chaîne.
Espace de noms : Microsoft.BusinessData.Infrastructure.Collections
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Public Interface IReadOnlyNamedDictionary(Of TValue) _
Inherits IReadOnlyDictionary(Of String, TValue), IReadOnlyCollection(Of KeyValuePair(Of String, TValue)), _
IEnumerable
'Utilisation
Dim instance As IReadOnlyNamedDictionary(Of TValue)
public interface IReadOnlyNamedDictionary<TValue> : IReadOnlyDictionary<string, TValue>,
IReadOnlyCollection<KeyValuePair<string, TValue>>, IEnumerable
Paramètres de type
- TValue
Le paramètre value.
Voir aussi
Référence
IReadOnlyNamedDictionary<TValue> - Membres
Microsoft.BusinessData.Infrastructure.Collections - Espace de noms