Table of Contents

Class CListMember

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

Implements properties and methods for a particular list member in the data collection of the code completion popups used to describe C# language code.

public class CListMember : ListMember, ICategorizedListMember, IListMember, ICodeCompletionProviderItem, IComparable
Inheritance
CListMember
Implements

Constructors

CListMember()

Initializes a new instance of the CListMember class with default settings.

CListMember(IListMembers, bool)

Initializes a new instance of the CListMember class with a specified owner.

IListMembers owning this instance Boolean value indicating that member should provide detailed description.

Properties

Category

Gets or sets CodeCompletionCategory to which this IListMember belongs.

Desc
Description

Return member's description.

Methods

GetDescription(bool)
GetParamText(bool)

Converts Parameters property to a single string.

GetParamText(bool, bool)
GetTemplate(bool)

Return member's template.

IsBuiltInType(string)

Determines whether the given data type is a built-in type for the C language.