ARCed.Scintilla.SnippetLink.SnippetLink C# (CSharp) Method

SnippetLink() public method

public SnippetLink ( string key ) : System.Collections.Generic
key string
return System.Collections.Generic
        public SnippetLink(string key)
        {
            this._key = key;
        }
SnippetLink