次の方法で共有


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

戻り値

適用対象