C# 클래스 ICSharpCode.NRefactory.CSharp.TypeSystem.CSharpAttribute

상속: IUnresolvedAttribute
파일 보기 프로젝트 열기: 0xd4d/NRefactory 1 사용 예제들

공개 메소드들

메소드 설명
CSharpAttribute ( ITypeReference attributeType, DomRegion region, IList positionalArguments, IConstantValue>.IList namedCtorArguments, IConstantValue>.IList namedArguments ) : System
CreateResolvedAttribute ( ITypeResolveContext context ) : IAttribute

메소드 상세

CSharpAttribute() 공개 메소드

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
리턴 System

CreateResolvedAttribute() 공개 메소드

public CreateResolvedAttribute ( ITypeResolveContext context ) : IAttribute
context ITypeResolveContext
리턴 IAttribute