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

ShouldSerialize() private method

private ShouldSerialize ( ) : bool
return bool
        internal bool ShouldSerialize()
        {
            return this.ShouldSerializeEdgeColor() ||
                this.ShouldSerializeEdgeColumn() ||
                this.ShouldSerializeEdgeMode();
        }