C# Class ilcclib.Parser.CParser.Node

Mostra file Open project: soywiz/ilcc

Public Properties

Property Type Description
Tag object

Public Methods

Method Description
AsXml ( ) : System.Xml.Linq.XElement
Node ( ) : ProtoBuf
ToYaml ( ) : string
ToYamlLines ( int Indent ) : IEnumerable

Protected Methods

Method Description
GetParameter ( ) : string

Method Details

AsXml() public method

public AsXml ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement

GetParameter() protected method

protected GetParameter ( ) : string
return string

Node() public method

public Node ( ) : ProtoBuf
return ProtoBuf

ToYaml() public method

public ToYaml ( ) : string
return string

ToYamlLines() public method

public ToYamlLines ( int Indent ) : IEnumerable
Indent int
return IEnumerable

Property Details

Tag public_oe property

public object Tag
return object