C# Класс Bike.Interpreter.BikeImportContext

Наследование: ImportContext
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BikeImportContext ( BikeImportContext other ) : System.Collections.Generic
BikeImportContext ( string coreLibFolder, string addonLibFolders ) : System.Collections.Generic
ImportBikeFile ( string currentFolder, string filePath, bool &alreadyImported ) : string

Приватные методы

Метод Описание
ImportBikeFile ( string filePath, bool &alreadyImported ) : string

Описание методов

BikeImportContext() публичный Метод

public BikeImportContext ( BikeImportContext other ) : System.Collections.Generic
other BikeImportContext
Результат System.Collections.Generic

BikeImportContext() публичный Метод

public BikeImportContext ( string coreLibFolder, string addonLibFolders ) : System.Collections.Generic
coreLibFolder string
addonLibFolders string
Результат System.Collections.Generic

ImportBikeFile() публичный Метод

public ImportBikeFile ( string currentFolder, string filePath, bool &alreadyImported ) : string
currentFolder string
filePath string
alreadyImported bool
Результат string