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

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

공개 메소드들

메소드 설명
AttributeTypeReference ( ITypeReference withoutSuffix, ITypeReference withSuffix ) : System
Resolve ( ITypeResolveContext context ) : IType
ToString ( ) : string

비공개 메소드들

메소드 설명
ISupportsInterning ( ISupportsInterning other ) : bool
ISupportsInterning ( ) : int
PreferAttributeTypeWithSuffix ( IType t1, IType t2, ICompilation compilation ) : bool

메소드 상세

AttributeTypeReference() 공개 메소드

public AttributeTypeReference ( ITypeReference withoutSuffix, ITypeReference withSuffix ) : System
withoutSuffix ITypeReference
withSuffix ITypeReference
리턴 System

Resolve() 공개 메소드

public Resolve ( ITypeResolveContext context ) : IType
context ITypeResolveContext
리턴 IType

ToString() 공개 메소드

public ToString ( ) : string
리턴 string