C# Class hyades.utils.XmlHelper

Afficher le fichier Open project: zfedoran/bubblebound

Méthodes publiques

Méthode Description
Load ( int level ) : XmlLevel
Read ( string path ) : XmlLevel
Save ( XmlLevel level ) : void
Write ( string path, XmlLevel level ) : void

Method Details

Load() public static méthode

public static Load ( int level ) : XmlLevel
level int
Résultat XmlLevel

Read() public static méthode

public static Read ( string path ) : XmlLevel
path string
Résultat XmlLevel

Save() public static méthode

public static Save ( XmlLevel level ) : void
level XmlLevel
Résultat void

Write() public static méthode

public static Write ( string path, XmlLevel level ) : void
path string
level XmlLevel
Résultat void