ATMLModelLibrary.model.equipment.Path.ShouldSerializeVSWRValues C# (CSharp) Méthode

ShouldSerializeVSWRValues() public méthode

Test whether VSWRValues should be serialized
public ShouldSerializeVSWRValues ( ) : bool
Résultat bool
        public virtual bool ShouldSerializeVSWRValues()
        {
            return VSWRValues != null && VSWRValues.Count > 0;
        }