다음을 통해 공유


InheritedAttributes.For<A>(MethodInfo) 메서드

정의

public static System.Collections.Generic.IEnumerable<A> For<A>(System.Reflection.MethodInfo method) where A : Attribute;
static member For : System.Reflection.MethodInfo -> seq<'A (requires 'A :> Attribute)> (requires 'A :> Attribute)
Public Shared Function For(Of A As Attribute) (method As MethodInfo) As IEnumerable(Of A)

형식 매개 변수

A

매개 변수

method
MethodInfo

반환

적용 대상