C# Class Castle.Facilities.WcfIntegration.Async.TypeSystem.AsyncMethodParameter

Inheritance: System.Reflection.ParameterInfo
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
AsyncMethodParameter ( Type type, AsyncMethod method ) : System
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]

Method Details

AsyncMethodParameter() public méthode

public AsyncMethodParameter ( Type type, AsyncMethod method ) : System
type System.Type
method AsyncMethod
Résultat System

GetCustomAttributes() public méthode

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