C# Class Bike.Interpreter.BikeImportContext

Inheritance: ImportContext
Exibir arquivo Open project: buunguyen/bike Class Usage Examples

Public Methods

Method 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

Method Description
ImportBikeFile ( string filePath, bool &alreadyImported ) : string

Method Details

BikeImportContext() public method

public BikeImportContext ( BikeImportContext other ) : System.Collections.Generic
other BikeImportContext
return System.Collections.Generic

BikeImportContext() public method

public BikeImportContext ( string coreLibFolder, string addonLibFolders ) : System.Collections.Generic
coreLibFolder string
addonLibFolders string
return System.Collections.Generic

ImportBikeFile() public method

public ImportBikeFile ( string currentFolder, string filePath, bool &alreadyImported ) : string
currentFolder string
filePath string
alreadyImported bool
return string