C# Class ModEntry, SnakeBite

显示文件 Open project: topher-au/SnakeBite Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ReadFromFile ( string Filename ) : void
SaveToFile ( string Filename ) : void

Method Details

ReadFromFile() public method

public ReadFromFile ( string Filename ) : void
Filename string
return void

SaveToFile() public method

public SaveToFile ( string Filename ) : void
Filename string
return void