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

ShouldSerialize() private method

private ShouldSerialize ( ) : bool
return bool
        internal bool ShouldSerialize()
        {
            return this.ShouldSerializeActiveSnippetColor() ||
                this.ShouldSerializeActiveSnippetIndicator() ||
                this.ShouldSerializeActiveSnippetIndicatorStyle() ||
                this.ShouldSerializeInactiveSnippetColor() ||
                this.ShouldSerializeInactiveSnippetIndicator() ||
                this.ShouldSerializeInactiveSnippetIndicatorStyle() ||
                this.ShouldSerializeIsOneKeySelectionEmbedEnabled() ||
                this.ShouldSerializeIsEnabled() ||
                this.ShouldSerializeDefaultDelimeter();
        }