Method RegisterType
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v9.dll
RegisterType(string, Type)
Adds specified type to the type list.
public virtual void RegisterType(string name, Type type)
Parameters
RegisterType(string, Type, bool)
Adds specified type to the type list.
public virtual void RegisterType(string name, Type type, bool global)