C# Class Myre.Serialisation.Dom.LiteralNode

Inheritance: Node
显示文件 Open project: TomGillen/Myre

Public Properties

Property Type Description
Value string

Public Methods

Method Description
Write ( Stream stream, int indent ) : void

Method Details

Write() public method

public Write ( Stream stream, int indent ) : void
stream Stream
indent int
return void

Property Details

Value public_oe property

public string Value
return string