C# Класс ICSharpCode.NRefactory.TypeSystem.Implementation.CecilResolvedAttribute

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

Private Properties

Свойство Тип Описание
DecodeBlob void
DecodeBlob void
ResolveConstructor IMethod

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

Метод Описание
CecilResolvedAttribute ( ITypeResolveContext context, IType attributeType ) : System
CecilResolvedAttribute ( ITypeResolveContext context, ICSharpCode.NRefactory.TypeSystem.Implementation.UnresolvedAttributeBlob unresolved ) : System
ToString ( ) : string

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

Метод Описание
DecodeBlob ( ) : void
DecodeBlob ( List positionalArguments, ResolveResult>.List namedArguments ) : void
ResolveConstructor ( ) : IMethod

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

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

public CecilResolvedAttribute ( ITypeResolveContext context, IType attributeType ) : System
context ITypeResolveContext
attributeType IType
Результат System

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

public CecilResolvedAttribute ( ITypeResolveContext context, ICSharpCode.NRefactory.TypeSystem.Implementation.UnresolvedAttributeBlob unresolved ) : System
context ITypeResolveContext
unresolved ICSharpCode.NRefactory.TypeSystem.Implementation.UnresolvedAttributeBlob
Результат System

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

public ToString ( ) : string
Результат string