C# Class ICSharpCode.NRefactory.CSharp.TypeSystem.CSharpAttribute

Inheritance: IUnresolvedAttribute
Datei anzeigen Open project: 0xd4d/NRefactory Class Usage Examples

Public Methods

Method Description
CSharpAttribute ( ITypeReference attributeType, DomRegion region, IList positionalArguments, IConstantValue>.IList namedCtorArguments, IConstantValue>.IList namedArguments ) : System
CreateResolvedAttribute ( ITypeResolveContext context ) : IAttribute

Method Details

CSharpAttribute() public method

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
return System

CreateResolvedAttribute() public method

public CreateResolvedAttribute ( ITypeResolveContext context ) : IAttribute
context ITypeResolveContext
return IAttribute