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

ShouldSerialize() private méthode

private ShouldSerialize ( ) : bool
Résultat bool
        internal bool ShouldSerialize()
        {
            return this.ShouldSerializeFlags() ||
                this.ShouldSerializeIsEnabled() ||
                this.ShouldSerializeMarkerScheme() ||
                this.ShouldSerializeUseCompactFolding();
        }