C# Class ICSharpCode.NRefactory.TypeSystem.Implementation.CecilResolvedAttribute

Inheritance: IAttribute
Afficher le fichier Open project: 0xd4d/NRefactory Class Usage Examples

Private Properties

Свойство Type Description
DecodeBlob void
DecodeBlob void
ResolveConstructor IMethod

Méthodes publiques

Méthode Description
CecilResolvedAttribute ( ITypeResolveContext context, IType attributeType ) : System
CecilResolvedAttribute ( ITypeResolveContext context, ICSharpCode.NRefactory.TypeSystem.Implementation.UnresolvedAttributeBlob unresolved ) : System
ToString ( ) : string

Private Methods

Méthode Description
DecodeBlob ( ) : void
DecodeBlob ( List positionalArguments, ResolveResult>.List namedArguments ) : void
ResolveConstructor ( ) : IMethod

Method Details

CecilResolvedAttribute() public méthode

public CecilResolvedAttribute ( ITypeResolveContext context, IType attributeType ) : System
context ITypeResolveContext
attributeType IType
Résultat System

CecilResolvedAttribute() public méthode

public CecilResolvedAttribute ( ITypeResolveContext context, ICSharpCode.NRefactory.TypeSystem.Implementation.UnresolvedAttributeBlob unresolved ) : System
context ITypeResolveContext
unresolved ICSharpCode.NRefactory.TypeSystem.Implementation.UnresolvedAttributeBlob
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string