Constructor VbListMember
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v10.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
ownerIListMembersIListMembersowning this instance.fullDescriptionboolBoolean value indicating that member should provide detailed description.