Method UnregisterNamespace
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v9.dll
UnregisterNamespace(string)
Removes specified namespace form the namespace list.
public virtual bool UnregisterNamespace(string nspace)
Parameters
nspace
stringNamespace to remove.
Returns
- bool
True if succeed; otherwise false.