C# Class CommonComposition.CompositionExtensions.NamedParameterInfo

Inheritance: DelegatingParameterInfo
Afficher le fichier Open project: netfx/CommonComposition

Méthodes publiques

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

Method Details

GetCustomAttributes() public méthode

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
Résultat object[]

NamedParameterInfo() public méthode

public NamedParameterInfo ( ParameterInfo parameter, string name ) : System
parameter System.Reflection.ParameterInfo
name string
Résultat System