ATMLModelLibrary.model.common.hexadecimalArray.ShouldSerializeElement C# (CSharp) Method

ShouldSerializeElement() public method

Test whether Element should be serialized
public ShouldSerializeElement ( ) : bool
return bool
        public virtual bool ShouldSerializeElement()
        {
            return Element != null && Element.Count > 0;
        }