Table of Contents

Method FillMember

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.Parsers.Advanced.v9.dll

FillMember(IListMembers, object, string, CodeCompletionScope)

Obtains information about individual member of specified language element.

public override void FillMember(IListMembers members, object member, string name, CodeCompletionScope scope)

Parameters

members IListMembers

Specifies provider to fill with available members.

member object

Specifies language element.

name string

Specifies name of member to retrieve.

scope CodeCompletionScope

Specifies search constraints.