다음을 통해 공유


CustomAggregateMethodAnnotation.AddMethod 메서드

정의

동일한 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

매개 변수

methodToken
String

지정된 메서드 토큰입니다.

methods
IDictionary<Type,MethodInfo>

지정된 메서드 사전입니다.

반환

적용 대상