C# Class TagTool.Common.Vertex

Show file Open project: TheGuardians/TagTool Class Usage Examples

Public Methods

Method Description
TryGetValue ( string Usage, int UsageIndex, VertexValue &val ) : bool
Vertex ( ) : TagTool.IO
Vertex ( EndianReader reader, XmlNode formatNode ) : TagTool.IO
this ( string Usage ) : VertexValue

Method Details

TryGetValue() public method

public TryGetValue ( string Usage, int UsageIndex, VertexValue &val ) : bool
Usage string
UsageIndex int
val VertexValue
return bool

Vertex() public method

public Vertex ( ) : TagTool.IO
return TagTool.IO

Vertex() public method

public Vertex ( EndianReader reader, XmlNode formatNode ) : TagTool.IO
reader TagTool.IO.EndianReader
formatNode System.Xml.XmlNode
return TagTool.IO

this() public method

public this ( string Usage ) : VertexValue
Usage string
return VertexValue