C# Class FlatRedBall.Content.Xml.XmlLine

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
IsClosing bool
Name string
Value string

Méthodes publiques

Méthode Description
ToString ( ) : string
XmlLine ( string line ) : System

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

XmlLine() public méthode

public XmlLine ( string line ) : System
line string
Résultat System

Property Details

IsClosing public_oe property

public bool IsClosing
Résultat bool

Name public_oe property

public string Name
Résultat string

Value public_oe property

public string Value
Résultat string