C# 클래스 Castle.Facilities.WcfIntegration.Async.TypeSystem.AsyncMethodParameter

상속: System.Reflection.ParameterInfo
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
AsyncMethodParameter ( Type type, AsyncMethod method ) : System
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]

메소드 상세

AsyncMethodParameter() 공개 메소드

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

GetCustomAttributes() 공개 메소드

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