Method RegisterNamespace
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v9.dll
RegisterNamespace(string)
When implemented by a class, adds specified namespace to the namespace list.
void RegisterNamespace(string nspace)
Parameters
nspace
stringSpecifies name of namespace to add.
RegisterNamespace(string, string)
When implemented by a class, adds specified namespace to the namespace list.
void RegisterNamespace(string nspace, string alias)