INamedMethodDictionary interface
Representa a coleção de métodos nomeados.
Namespace: Microsoft.BusinessData.MetadataModel.Collections
Assembly: Microsoft.BusinessData (em Microsoft.BusinessData.dll)
Sintaxe
'Declaração
Public Interface INamedMethodDictionary _
Inherits IReadOnlyNamedDictionary(Of IMethod), IReadOnlyDictionary(Of String, IMethod), _
IReadOnlyCollection(Of KeyValuePair(Of String, IMethod)), IEnumerable
'Uso
Dim instance As INamedMethodDictionary
public interface INamedMethodDictionary : IReadOnlyNamedDictionary<IMethod>,
IReadOnlyDictionary<string, IMethod>, IReadOnlyCollection<KeyValuePair<string, IMethod>>,
IEnumerable