Class TypeScriptListMember
- Namespace
- Alternet.Syntax.Parsers.TypeScript.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.TypeScript.v9.dll
Implements properties and methods for a particular list member in the data collection of the code completion popups used to describe TypeScript code.
public class TypeScriptListMember : ListMember, ICategorizedListMember, IListMember, ICodeCompletionProviderItem, IComparable
- Inheritance
-
TypeScriptListMember
- Implements
Constructors
- TypeScriptListMember()
Initializes a new instance of the
TypeScriptListMember
class with default settings.
- TypeScriptListMember(IListMembers, string, string, V8Parser, Point, Color[])
Initializes a new instance of the
TypeScriptListMember
class with specified parameters.
Properties
- Category
Gets or sets CodeCompletionCategory to which this member belongs.
- Description
Return member's description.
- Selected
Indicates if list member needs to be preselected
Methods
- GetParamText(bool)
Converts
Parameters
property to a single string.