Constructor RoslynListMember
- Namespace
- Alternet.Syntax.Parsers.Roslyn.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Roslyn.v10.dll
RoslynListMember(IListMembers)
Initializes a new instance of the RoslynListMember
class with specified owner.
public RoslynListMember(IListMembers owner)
Parameters
owner
IListMembersIListMembers
owning this instance.
RoslynListMember(IListMembers, IRoslynSolution, DocumentId, CompletionItem, Dictionary<MemberImageIndex, CodeCompletionCategory>)
Initializes a new instance of the RoslynListMember
class with specified parameters.
public RoslynListMember(IListMembers owner, IRoslynSolution solution, DocumentId documentId, CompletionItem item, Dictionary<MemberImageIndex, CodeCompletionCategory> categories = null)
Parameters
owner
IListMembersIListMembers
owning this instance.solution
IRoslynSolutiondocumentId
DocumentIditem
CompletionItemA language element whose data must be filled in.
categories
Dictionary<MemberImageIndex, CodeCompletionCategory>List of the CodeCompletionCategory.
RoslynListMember(IListMembers, SignatureHelpItem)
Initializes a new instance of the RoslynListMember
class with specified parameters.
public RoslynListMember(IListMembers owner, SignatureHelpItem parameterItem)
Parameters
owner
IListMembersIListMembers
owning this instance.parameterItem
SignatureHelpItemA parameter element whose data must be filled in.