C# Класс Castle.Facilities.WcfIntegration.Async.TypeSystem.AsyncMethodParameter

Наследование: System.Reflection.ParameterInfo
Показать файл Открыть проект

Открытые методы

Метод Описание
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[]