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

ShouldSerialize() protected method

protected ShouldSerialize ( ) : bool
return bool
        protected internal bool ShouldSerialize()
        {
            return this.ShouldSerializeBlinkRate() ||
                    this.ShouldSerializeColor() ||
                    this.ShouldSerializeCurrentLineBackgroundColor() ||
                    this.ShouldSerializeWidth() ||
                    this.ShouldSerializeHighlightCurrentLine() ||
                    this.ShouldSerializeCurrentLineBackgroundAlpha() ||
                    this.ShouldSerializeStyle() ||
                    this.ShouldSerializeIsSticky();
        }