Constructor CListMember
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v9.dll
CListMember()
Initializes a new instance of the CListMember
class with default settings.
public CListMember()
CListMember(IListMembers, bool)
Initializes a new instance of the CListMember
class with a specified owner.
IListMembers
owning this instance
Boolean value indicating that member should provide detailed description.
public CListMember(IListMembers owner, bool fullDescription)
Parameters
owner
IListMembersfullDescription
bool