C# Class FFXIVZoomHack.Settings

显示文件 Open project: jayotterbein/FFXIV-Zoom-Hack Class Usage Examples

Private Properties

Property Type Description
GetSaveElements IEnumerable
Settings System

Public Methods

Method Description
Load ( string location = null ) : Settings
Save ( ) : void

Private Methods

Method Description
GetSaveElements ( ) : IEnumerable
Settings ( ) : System

Method Details

Load() public static method

public static Load ( string location = null ) : Settings
location string
return Settings

Save() public method

public Save ( ) : void
return void