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

返回

适用于