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