ARCed.Scintilla.CaretInfo.ShouldSerialize C# (CSharp) Méthode

ShouldSerialize() protected méthode

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