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

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

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

Same methods

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