C# Class NClass.CSharp.CSharpEnumValue

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

Méthodes publiques

Méthode Description
GetDeclaration ( ) : string
InitFromString ( string declaration ) : void

Méthodes protégées

Méthode Description
Clone ( ) : EnumValue

Private Methods

Méthode Description
CSharpEnumValue ( string declaration ) : System.Text.RegularExpressions

Method Details

Clone() protected méthode

protected Clone ( ) : EnumValue
Résultat NClass.Core.EnumValue

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