ATMLModelLibrary.model.equipment.TestEquipment.TestEquipment C# (CSharp) Метод

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

public TestEquipment ( ) : System
Результат System
        public TestEquipment()
        {
            this._resources = new List<Resource>();
            this._paths = new List<Path>();
            this._software = new List<ItemDescription>();
            this._controllers = new List<Controller>();
        }