Table of Contents

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 IListMembers

IListMembers 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 IListMembers

IListMembers owning this instance.

solution IRoslynSolution
documentId DocumentId
item CompletionItem

A 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 IListMembers

IListMembers owning this instance.

parameterItem SignatureHelpItem

A parameter element whose data must be filled in.