CustomAggregateMethodAnnotation.AddMethod Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é.