C# Class NClass.CSharp.CSharpEnumValue

Inheritance: NClass.Core.EnumValue
显示文件 Open project: gbaychev/NClass Class Usage Examples

Public Methods

Method Description
GetDeclaration ( ) : string
InitFromString ( string declaration ) : void

Protected Methods

Method Description
Clone ( ) : EnumValue

Private Methods

Method Description
CSharpEnumValue ( string declaration ) : System.Text.RegularExpressions

Method Details

Clone() protected method

protected Clone ( ) : EnumValue
return NClass.Core.EnumValue

GetDeclaration() public method

public GetDeclaration ( ) : string
return string

InitFromString() public method

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