Sdílet prostřednictvím


CustomAggregateMethodAnnotation.AddMethod Metoda

Definice

Přidá všechny implementace metody, které sdílejí stejný 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

Parametry

methodToken
String

Daný token metody.

methods
IDictionary<Type,MethodInfo>

Slovník dané metody.

Návraty

Platí pro