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