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