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

ShouldSerialize() private méthode

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