ATMLModelLibrary.model.equipment.TestStationDescription.ShouldSerializeInstruments C# (CSharp) 메소드

ShouldSerializeInstruments() 공개 메소드

Test whether Instruments should be serialized
public ShouldSerializeInstruments ( ) : bool
리턴 bool
        public virtual bool ShouldSerializeInstruments()
        {
            return Instruments != null && Instruments.Count > 0;
        }