C# 클래스 ICSharpCode.NRefactory.TypeSystem.Implementation.CecilResolvedAttribute

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

Private Properties

프로퍼티 타입 설명
DecodeBlob void
DecodeBlob void
ResolveConstructor IMethod

공개 메소드들

메소드 설명
CecilResolvedAttribute ( ITypeResolveContext context, IType attributeType ) : System
CecilResolvedAttribute ( ITypeResolveContext context, ICSharpCode.NRefactory.TypeSystem.Implementation.UnresolvedAttributeBlob unresolved ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
DecodeBlob ( ) : void
DecodeBlob ( List positionalArguments, ResolveResult>.List namedArguments ) : void
ResolveConstructor ( ) : IMethod

메소드 상세

CecilResolvedAttribute() 공개 메소드

public CecilResolvedAttribute ( ITypeResolveContext context, IType attributeType ) : System
context ITypeResolveContext
attributeType IType
리턴 System

CecilResolvedAttribute() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string