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

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

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

Метод Описание
Append ( CustomAttribute elem ) : void
ContainsExpandoAttribute ( ) : bool
CustomAttributeList ( Context context ) : System
Evaluate ( ) : Object
Evaluate ( bool getForProperty ) : Object
GetAttribute ( Type attributeClass ) : CustomAttribute
GetCustomAttributeBuilders ( bool getForProperty ) : System.Reflection.Emit.CustomAttributeBuilder[]
PartiallyEvaluate ( ) : AST
Remove ( CustomAttribute elem ) : void
SetTarget ( AST target ) : void
TranslateToIL ( ILGenerator il, Type rtype ) : void
TranslateToILInitializer ( ILGenerator il ) : void