ARCed.Scintilla.SnippetLink.SnippetLink C# (CSharp) Méthode

SnippetLink() public méthode

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