Method UnregisterType
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v9.dll
UnregisterType(string)
Removes specified type from the type list.
public virtual bool UnregisterType(string name)
Parameters
name
stringName of type to remove.
Returns
- bool
True if succeed; otherwise false.