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

Inheritance: System.Reflection.ParameterInfo
ファイルを表示 Open project: castleproject/Windsor

Public Methods

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

Method Details

AsyncMethodParameter() public method

public AsyncMethodParameter ( Type type, AsyncMethod method ) : System
type System.Type
method AsyncMethod
return System

GetCustomAttributes() public method

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