ATMLModelLibrary.model.equipment.MatrixSwitch.ShouldSerializeRows C# (CSharp) Méthode

ShouldSerializeRows() public méthode

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