C# Class NClass.CSharp.CSharpMethod

Inheritance: NClass.Core.Method
Afficher le fichier Open project: gbaychev/NClass Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
CSharpMethod ( CompositeType parent ) : System
CSharpMethod ( string name, CompositeType parent ) : System

Method Details

Clone() public méthode

public Clone ( CompositeType newParent ) : Operation
newParent NClass.Core.CompositeType
Résultat Operation

GetDeclaration() public méthode

public GetDeclaration ( ) : string
Résultat string

GetDeclarationLine() public méthode

public GetDeclarationLine ( bool withSemicolon ) : string
withSemicolon bool
Résultat string

InitFromString() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string