C# Class SFEditor.CharacterRegion

Afficher le fichier Open project: cra0zy/SFEditor Class Usage Examples

Méthodes publiques

Свойство Type Description
Start int

Méthodes publiques

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

Method Details

CharacterRegion() public méthode

public CharacterRegion ( int start, int end ) : System.Xml
start int
end int
Résultat System.Xml

Save() public méthode

public Save ( XmlDocument doc, XmlNode root ) : void
doc System.Xml.XmlDocument
root System.Xml.XmlNode
Résultat void

Property Details

Start public_oe property

public int Start
Résultat int