Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the collection of named methods.
Namespace: Microsoft.BusinessData.MetadataModel.Collections
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Interface INamedMethodDictionary _
Inherits IReadOnlyNamedDictionary(Of IMethod), IReadOnlyDictionary(Of String, IMethod), _
IReadOnlyCollection(Of KeyValuePair(Of String, IMethod)), IEnumerable(Of KeyValuePair(Of String, IMethod)), _
IEnumerable
'Usage
Dim instance As INamedMethodDictionary
public interface INamedMethodDictionary : IReadOnlyNamedDictionary<IMethod>,
IReadOnlyDictionary<string, IMethod>, IReadOnlyCollection<KeyValuePair<string, IMethod>>,
IEnumerable<KeyValuePair<string, IMethod>>, IEnumerable