C# Class CSharpUtils.Templates.ParserNodes.ParserNodeIdentifier

Inheritance: ParserNode
Show file Open project: soywiz/NodeNetAsync Class Usage Examples

Protected Properties

Property Type Description
Id String

Public Methods

Method Description
ParserNodeIdentifier ( String Id ) : System
ToString ( ) : string
WriteTo ( ParserNodeContext Context ) : void

Method Details

ParserNodeIdentifier() public method

public ParserNodeIdentifier ( String Id ) : System
Id String
return System

ToString() public method

public ToString ( ) : string
return string

WriteTo() public method

public WriteTo ( ParserNodeContext Context ) : void
Context ParserNodeContext
return void

Property Details

Id protected property

protected String Id
return String