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