C# Класс ICSharpCode.NRefactory.CSharp.TypeSystem.CSharpAttribute

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

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

Метод Описание
CSharpAttribute ( ITypeReference attributeType, DomRegion region, IList positionalArguments, IConstantValue>.IList namedCtorArguments, IConstantValue>.IList namedArguments ) : System
CreateResolvedAttribute ( ITypeResolveContext context ) : IAttribute

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

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

public CSharpAttribute ( ITypeReference attributeType, DomRegion region, IList positionalArguments, IConstantValue>.IList namedCtorArguments, IConstantValue>.IList namedArguments ) : System
attributeType ITypeReference
region DomRegion
positionalArguments IList
namedCtorArguments IConstantValue>.IList
namedArguments IConstantValue>.IList
Результат System

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

public CreateResolvedAttribute ( ITypeResolveContext context ) : IAttribute
context ITypeResolveContext
Результат IAttribute