Table of Contents

Method RegisterObject

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.Parsers.Advanced.v9.dll

RegisterObject(string, object)

Adds specified object for code completion to the object list.

public virtual void RegisterObject(string name, object obj)

Parameters

name string

Specifies name of the object.

obj object

Specifies object to register.