Table of Contents

Constructor JsListMember

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

JsListMember()

Initializes a new instance of the JsListMember class with default settings.

public JsListMember()

JsListMember(IListMembers, bool)

Initializes a new instance of the JsListMember class with a specified owner.

public JsListMember(IListMembers owner, bool fullDescription)

Parameters

owner IListMembers

IListMembers owning this instance.

fullDescription bool

Boolean value indicating that member should provide detailed description.