C# 클래스 ICSharpCode.NRefactory.MonoCSharp.Destructor

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

공개 프로퍼티들

프로퍼티 타입 설명
MetadataName string

공개 메소드들

메소드 설명
Accept ( StructuralVisitor visitor ) : void
ApplyAttributeBuilder ( Attribute a, MethodSpec ctor, byte cdata, PredefinedAttributes pa ) : void
Define ( ) : bool
Destructor ( TypeDefinition parent, Modifiers mod, ICSharpCode.NRefactory.MonoCSharp.ParametersCompiled parameters, Attributes attrs, Location l ) : System
Emit ( ) : void
GetSignatureForError ( ) : string

보호된 메소드들

메소드 설명
CheckBase ( ) : bool
ResolveMemberType ( ) : bool

메소드 상세

Accept() 공개 메소드

public Accept ( StructuralVisitor visitor ) : void
visitor StructuralVisitor
리턴 void

ApplyAttributeBuilder() 공개 메소드

public ApplyAttributeBuilder ( Attribute a, MethodSpec ctor, byte cdata, PredefinedAttributes pa ) : void
a System.Attribute
ctor MethodSpec
cdata byte
pa PredefinedAttributes
리턴 void

CheckBase() 보호된 메소드

protected CheckBase ( ) : bool
리턴 bool

Define() 공개 메소드

public Define ( ) : bool
리턴 bool

Destructor() 공개 메소드

public Destructor ( TypeDefinition parent, Modifiers mod, ICSharpCode.NRefactory.MonoCSharp.ParametersCompiled parameters, Attributes attrs, Location l ) : System
parent TypeDefinition
mod Modifiers
parameters ICSharpCode.NRefactory.MonoCSharp.ParametersCompiled
attrs Attributes
l Location
리턴 System

Emit() 공개 메소드

public Emit ( ) : void
리턴 void

GetSignatureForError() 공개 메소드

public GetSignatureForError ( ) : string
리턴 string

ResolveMemberType() 보호된 메소드

protected ResolveMemberType ( ) : bool
리턴 bool

프로퍼티 상세

MetadataName 공개적으로 정적으로 프로퍼티

public static string MetadataName
리턴 string