C# 클래스 NClass.CSharp.CSharpMethod

상속: NClass.Core.Method
파일 보기 프로젝트 열기: gbaychev/NClass 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( CompositeType newParent ) : Operation
GetDeclaration ( ) : string
GetDeclarationLine ( bool withSemicolon ) : string
InitFromString ( string declaration ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
CSharpMethod ( CompositeType parent ) : System
CSharpMethod ( string name, CompositeType parent ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( CompositeType newParent ) : Operation
newParent NClass.Core.CompositeType
리턴 Operation

GetDeclaration() 공개 메소드

public GetDeclaration ( ) : string
리턴 string

GetDeclarationLine() 공개 메소드

public GetDeclarationLine ( bool withSemicolon ) : string
withSemicolon bool
리턴 string

InitFromString() 공개 메소드

/// The does not fit to the syntax. ///
public InitFromString ( string declaration ) : void
declaration string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string