C# Class NClass.CSharp.CSharpMethod

Inheritance: NClass.Core.Method
Mostra file Open project: gbaychev/NClass Class Usage Examples

Public Methods

Method Description
Clone ( CompositeType newParent ) : Operation
GetDeclaration ( ) : string
GetDeclarationLine ( bool withSemicolon ) : string
InitFromString ( string declaration ) : void
ToString ( ) : string

Private Methods

Method Description
CSharpMethod ( CompositeType parent ) : System
CSharpMethod ( string name, CompositeType parent ) : System

Method Details

Clone() public method

public Clone ( CompositeType newParent ) : Operation
newParent NClass.Core.CompositeType
return Operation

GetDeclaration() public method

public GetDeclaration ( ) : string
return string

GetDeclarationLine() public method

public GetDeclarationLine ( bool withSemicolon ) : string
withSemicolon bool
return string

InitFromString() public method

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

ToString() public method

public ToString ( ) : string
return string