Method RegisterType
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v9.dll
RegisterType(string, Type)
When implemented by a class, adds specified type for code completion to the type list.
void RegisterType(string name, Type type)
Parameters
RegisterType(string, Type, bool)
When implemented by a class, adds specified type for code completion to the type list.
void RegisterType(string name, Type type, bool global)