C# Class EU4.Savegame.Save

ファイルを表示 Open project: nickbabcock/EU4.Savegame Class Usage Examples

Public Methods

Method Description
Save ( Stream stream ) : System
Save ( string filepath ) : System
TopToken ( ParadoxParser parser, string token ) : void

Method Details

Save() public method

public Save ( Stream stream ) : System
stream Stream
return System

Save() public method

public Save ( string filepath ) : System
filepath string
return System

TopToken() public method

public TopToken ( ParadoxParser parser, string token ) : void
parser ParadoxParser
token string
return void