IReadOnlyNamedDictionary<TValue> interface
Representa uma implementação especial da IReadOnlyDictionary, onde a chave é uma cadeia de caracteres.
Namespace: Microsoft.BusinessData.Infrastructure.Collections
Assembly: Microsoft.BusinessData (em Microsoft.BusinessData.dll)
Sintaxe
'Declaração
Public Interface IReadOnlyNamedDictionary(Of TValue) _
Inherits IReadOnlyDictionary(Of String, TValue), IReadOnlyCollection(Of KeyValuePair(Of String, TValue)), _
IEnumerable
'Uso
Dim instance As IReadOnlyNamedDictionary(Of TValue)
public interface IReadOnlyNamedDictionary<TValue> : IReadOnlyDictionary<string, TValue>,
IReadOnlyCollection<KeyValuePair<string, TValue>>, IEnumerable
Parâmetros de tipo
- TValue
O parâmetro value.