C# Class NClass.CSharp.CSharpField

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

Public Methods

Method Description
GetDeclaration ( ) : string
GetDeclarationLine ( bool withSemicolon ) : string
InitFromString ( string declaration ) : void
ToString ( ) : string

Protected Methods

Method Description
Clone ( CompositeType newParent ) : Field

Private Methods

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

Method Details

Clone() protected method

protected Clone ( CompositeType newParent ) : Field
newParent NClass.Core.CompositeType
return NClass.Core.Field

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