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
IListMembersIListMembers
owning this instance.fullDescription
boolBoolean value indicating that member should provide detailed description.