ATMLModelLibrary.model.common.Extension.ShouldSerializeAny C# (CSharp) 메소드

ShouldSerializeAny() 공개 메소드

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