ARCed.Scintilla.FooterInformation.ShouldSerialize C# (CSharp) Method

ShouldSerialize() private method

private ShouldSerialize ( ) : bool
return bool
        internal bool ShouldSerialize()
        {
            return this.ShouldSerializeBorder() ||
                this.ShouldSerializeCenter() ||
                this.ShouldSerializeFont() ||
                this.ShouldSerializeLeft() ||
                this.ShouldSerializeMargin() ||
                this.ShouldSerializeRight();
        }