Table of Contents

Constructor VbListMember

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

VbListMember()

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

public VbListMember()

VbListMember(IListMembers, bool)

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

public VbListMember(IListMembers owner, bool fullDescription)

Parameters

owner IListMembers

IListMembers owning this instance.

fullDescription bool

Boolean value indicating that member should provide detailed description.