Table of Contents

Method RegisterObject

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

RegisterObject(string, object)

Adds specified object for code completion to the repository's object list.

public virtual void RegisterObject(string name, object obj)

Parameters

name string

Specifies name of the object.

obj object

Specifies object to register.