C# Class hyades.utils.XmlHelper

Mostra file Open project: zfedoran/bubblebound

Public Methods

Method Description
Load ( int level ) : XmlLevel
Read ( string path ) : XmlLevel
Save ( XmlLevel level ) : void
Write ( string path, XmlLevel level ) : void

Method Details

Load() public static method

public static Load ( int level ) : XmlLevel
level int
return XmlLevel

Read() public static method

public static Read ( string path ) : XmlLevel
path string
return XmlLevel

Save() public static method

public static Save ( XmlLevel level ) : void
level XmlLevel
return void

Write() public static method

public static Write ( string path, XmlLevel level ) : void
path string
level XmlLevel
return void