Bike.Interpreter.BikeImportContext.BikeImportContext C# (CSharp) Метод

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

public BikeImportContext ( string coreLibFolder, string addonLibFolders ) : System.Collections.Generic
coreLibFolder string
addonLibFolders string
Результат System.Collections.Generic
        public BikeImportContext(string coreLibFolder, string addonLibFolders)
            : base(coreLibFolder, addonLibFolders)
        {
            importedBikeFiles = new HashSet<string>();
        }

Same methods

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