InheritedAttributes.For<A>(MethodInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Type Parameters
- A
Parameters
- method
- MethodInfo
Returns
IEnumerable<A>