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.

FillMember(IListMembers, MemberInfo, string, bool, bool, IList<INetNamespace>, CodeCompletionScope)

protected virtual void FillMember(IListMembers members, MemberInfo info, string name, bool shortName, bool isExtension, IList<INetNamespace> namespaces, CodeCompletionScope scope)

Parameters

members IListMembers
info MemberInfo
name string
shortName bool
isExtension bool
namespaces IList<INetNamespace>
scope CodeCompletionScope