Partager via


CustomAggregateMethodAnnotation.AddMethod Méthode

Définition

Ajoute toutes les implémentations d’une méthode qui partagent la même méthodeToken.

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

Paramètres

methodToken
String

Jeton de méthode donné.

methods
IDictionary<Type,MethodInfo>

Dictionnaire de méthode donné.

Retours

S’applique à