Mosa.HardwareSystem.DeviceDriverRegistry.DeviceDriverRegistry C# (CSharp) Метод

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

Initializes a new instance of the DeviceDriverRegistry class.
public DeviceDriverRegistry ( PlatformArchitecture platformArchitecture ) : System.Collections.Generic
platformArchitecture PlatformArchitecture The platform architecture.
Результат System.Collections.Generic
        public DeviceDriverRegistry(PlatformArchitecture platformArchitecture)
        {
            this.platformArchitecture = platformArchitecture;
            deviceDrivers = new LinkedList<DeviceDriver>();
        }