C# Class Bike.Interpreter.BikeImportContext

Inheritance: ImportContext
Afficher le fichier Open project: buunguyen/bike Class Usage Examples

Méthodes publiques

Méthode Description
BikeImportContext ( BikeImportContext other ) : System.Collections.Generic
BikeImportContext ( string coreLibFolder, string addonLibFolders ) : System.Collections.Generic
ImportBikeFile ( string currentFolder, string filePath, bool &alreadyImported ) : string

Private Methods

Méthode Description
ImportBikeFile ( string filePath, bool &alreadyImported ) : string

Method Details

BikeImportContext() public méthode

public BikeImportContext ( BikeImportContext other ) : System.Collections.Generic
other BikeImportContext
Résultat System.Collections.Generic

BikeImportContext() public méthode

public BikeImportContext ( string coreLibFolder, string addonLibFolders ) : System.Collections.Generic
coreLibFolder string
addonLibFolders string
Résultat System.Collections.Generic

ImportBikeFile() public méthode

public ImportBikeFile ( string currentFolder, string filePath, bool &alreadyImported ) : string
currentFolder string
filePath string
alreadyImported bool
Résultat string