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

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

Méthodes publiques

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

Method Details

CSharpAttribute() public méthode

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
Résultat System

CreateResolvedAttribute() public méthode

public CreateResolvedAttribute ( ITypeResolveContext context ) : IAttribute
context ITypeResolveContext
Résultat IAttribute