Method RegisterNamespace
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v10.dll
RegisterNamespace(string)
Adds specified namespace to the namespace list.
public virtual void RegisterNamespace(string nspace)
Parameters
nspacestringSpecifies name of namespace to add.
RegisterNamespace(string, string)
Adds specified namespace to the namespace list.
public void RegisterNamespace(string nspace, string alias)