C# Class SFEditor.CharacterRegion

Exibir arquivo Open project: cra0zy/SFEditor Class Usage Examples

Public Properties

Property Type Description
Start int

Public Methods

Method Description
CharacterRegion ( int start, int end ) : System.Xml
Save ( XmlDocument doc, XmlNode root ) : void

Method Details

CharacterRegion() public method

public CharacterRegion ( int start, int end ) : System.Xml
start int
end int
return System.Xml

Save() public method

public Save ( XmlDocument doc, XmlNode root ) : void
doc System.Xml.XmlDocument
root System.Xml.XmlNode
return void

Property Details

Start public_oe property

public int Start
return int