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 method instances.
Namespace: Microsoft.BusinessData.MetadataModel.Collections
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Interface INamedMethodInstanceDictionary _
Inherits IReadOnlyNamedDictionary(Of IMethodInstance), IReadOnlyDictionary(Of String, IMethodInstance), _
IReadOnlyCollection(Of KeyValuePair(Of String, IMethodInstance)), IEnumerable(Of KeyValuePair(Of String, IMethodInstance)), _
IEnumerable
'Usage
Dim instance As INamedMethodInstanceDictionary
public interface INamedMethodInstanceDictionary : IReadOnlyNamedDictionary<IMethodInstance>,
IReadOnlyDictionary<string, IMethodInstance>, IReadOnlyCollection<KeyValuePair<string, IMethodInstance>>,
IEnumerable<KeyValuePair<string, IMethodInstance>>, IEnumerable