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

ShouldSerialize() private method

private ShouldSerialize ( ) : bool
return bool
        internal bool ShouldSerialize()
        {
            return this.ShouldSerializeIsFoldMargin() ||
                this.ShouldSerializeIsClickable() ||
                this.ShouldSerializeType() ||
                this.ShouldSerializeWidth() ||
                this.ShouldSerializeAutoToggleMarkerNumber() ||
                this.ShouldSerializeIsMarkerMargin();
        }