Method UnregisterNamespace
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v9.dll
UnregisterNamespace(string)
When implemented by a class, removes specified namespace from the namespace list.
bool UnregisterNamespace(string nspace)
Parameters
nspace
stringSpecifies name of namespace to remove.
Returns
- bool
True if succeed (namespace is present in the namespace list); otherwise false.