ATMLModelLibrary.model.common.TestConfigurationTestEquipmentItem.TestConfigurationTestEquipmentItem C# (CSharp) 메소드

TestConfigurationTestEquipmentItem() 공개 메소드

public TestConfigurationTestEquipmentItem ( ) : System
리턴 System
        public TestConfigurationTestEquipmentItem()
        {
            this._resource = new List<ItemDescriptionReference>();
            this._instrumentation = new List<ItemDescriptionReference>();
            this._software = new List<SoftwareInstance>();
        }