CustomAggregateMethodAnnotation.AddMethod Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds all implementations of a method that share the same methodToken.
public Microsoft.AspNet.OData.CustomAggregateMethodAnnotation AddMethod (string methodToken, System.Collections.Generic.IDictionary<Type,System.Reflection.MethodInfo> methods);
member this.AddMethod : string * System.Collections.Generic.IDictionary<Type, System.Reflection.MethodInfo> -> Microsoft.AspNet.OData.CustomAggregateMethodAnnotation
Public Function AddMethod (methodToken As String, methods As IDictionary(Of Type, MethodInfo)) As CustomAggregateMethodAnnotation
Parameters
- methodToken
- String
The given method token.
- methods
- IDictionary<Type,MethodInfo>
The given method dictionary.