Method RegisterType
RegisterType(string, Type)
Adds specified type for code completion to the repository's type list.
public virtual void RegisterType(string name, Type type)
Parameters
RegisterType(string, Type, bool)
Adds specified type for code completion to the repository's type list.
public virtual void RegisterType(string name, Type type, bool global)