ATMLModelLibrary.model.common.LimitMask.ShouldSerializeMaskValue C# (CSharp) 메소드

ShouldSerializeMaskValue() 공개 메소드

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