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

ShouldSerialize() private méthode

private ShouldSerialize ( ) : bool
Résultat bool
        internal bool ShouldSerialize()
        {
            return this.ShouldSerializeColor() ||
                this.ShouldSerializeColorMode() ||
                this.ShouldSerializeFontMagnification() ||
                this.ShouldSerializeFooter() ||
                this.ShouldSerializeHeader() ||
                this.ShouldSerializeLandscape() ||
                this.ShouldSerializeMargins();
        }