C# Class AGS.Types.DialogOption

Afficher le fichier Open project: adventuregamestudio/ags Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DialogOption ( ) : System
DialogOption ( XmlNode node ) : System
ToXml ( XmlTextWriter writer ) : void

Method Details

DialogOption() public méthode

public DialogOption ( ) : System
Résultat System

DialogOption() public méthode

public DialogOption ( XmlNode node ) : System
node System.Xml.XmlNode
Résultat System

ToXml() public méthode

public ToXml ( XmlTextWriter writer ) : void
writer System.Xml.XmlTextWriter
Résultat void