C# Класс Microsoft.JScript.ParameterDeclaration

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

Private Properties

Свойство Тип Описание
ParameterDeclaration System
ParameterDeclaration System
PartiallyEvaluate void

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

Метод Описание
GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
IsDefined ( Type attributeType, bool inherit ) : bool

Приватные методы

Метод Описание
ParameterDeclaration ( Context context, String identifier, TypeExpression type, CustomAttributeList customAttributes ) : System
ParameterDeclaration ( Type type, String identifier ) : System
PartiallyEvaluate ( ) : void

Описание методов

GetCustomAttributes() публичный Метод

public GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
attributeType System.Type
inherit bool
Результат Object[]

GetCustomAttributes() публичный Метод

public GetCustomAttributes ( bool inherit ) : Object[]
inherit bool
Результат Object[]

IsDefined() публичный Метод

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
Результат bool