Compartilhar via


CustomAggregateMethodAnnotation.AddMethod Método

Definição

Adiciona todas as implementações de um método que compartilham o mesmo 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

Parâmetros

methodToken
String

O token de método fornecido.

methods
IDictionary<Type,MethodInfo>

O dicionário de métodos especificado.

Retornos

Aplica-se a