C# Class EU4.Savegame.Save

Afficher le fichier Open project: nickbabcock/EU4.Savegame Class Usage Examples

Méthodes publiques

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

Method Details

Save() public méthode

public Save ( Stream stream ) : System
stream Stream
Résultat System

Save() public méthode

public Save ( string filepath ) : System
filepath string
Résultat System

TopToken() public méthode

public TopToken ( ParadoxParser parser, string token ) : void
parser ParadoxParser
token string
Résultat void