ATMLModelLibrary.model.common.Extension.ShouldSerializeAny C# (CSharp) Method

ShouldSerializeAny() public method

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