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;
        }