C# Class NClass.CSharp.CSharpConstructor

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

Méthodes publiques

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

Private Methods

Méthode Description
CSharpConstructor ( 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

InitFromString() public méthode

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