C# Class CommonComposition.CompositionExtensions.NamedParameterInfo

Inheritance: DelegatingParameterInfo
Datei anzeigen Open project: netfx/CommonComposition

Public Methods

Method Description
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
NamedParameterInfo ( ParameterInfo parameter, string name ) : System

Method Details

GetCustomAttributes() public method

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
return object[]

NamedParameterInfo() public method

public NamedParameterInfo ( ParameterInfo parameter, string name ) : System
parameter System.Reflection.ParameterInfo
name string
return System