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

ShouldSerialize() private method

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