ATMLModelLibrary.model.equipment.MatrixSwitch.ShouldSerializeRows C# (CSharp) Метод

ShouldSerializeRows() публичный Метод

Test whether Rows should be serialized
public ShouldSerializeRows ( ) : bool
Результат bool
        public virtual bool ShouldSerializeRows()
        {
            return Rows != null && Rows.Count > 0;
        }