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

Inheritance: IAttribute
显示文件 Open project: 0xd4d/NRefactory Class Usage Examples

Private Properties

Property Type Description
DecodeBlob void
DecodeBlob void
ResolveConstructor IMethod

Public Methods

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

Private Methods

Method Description
DecodeBlob ( ) : void
DecodeBlob ( List positionalArguments, ResolveResult>.List namedArguments ) : void
ResolveConstructor ( ) : IMethod

Method Details

CecilResolvedAttribute() public method

public CecilResolvedAttribute ( ITypeResolveContext context, IType attributeType ) : System
context ITypeResolveContext
attributeType IType
return System

CecilResolvedAttribute() public method

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

ToString() public method

public ToString ( ) : string
return string