Class CsListMember
- 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 CsListMember : ListMember, ICategorizedListMember, IListMember, ICodeCompletionProviderItem, IComparable
- Inheritance
-
CsListMember
- Implements
Constructors
- CsListMember()
Initializes a new instance of the
CsListMember
class with default settings.
- CsListMember(IListMembers, bool)
Initializes a new instance of the
CsListMember
class with a specified owner.IListMembers
owning this instance Boolean value indicating that member should provide detailed description.
Properties
- Category
Gets or sets a CodeCompletionCategory to which this ListMember belongs.
- Description
Return member's description.
Methods
- GetParamText(bool)
Converts
Parameters
property to a single string.
- GetTemplate(bool)
Return member's template.
- IsBuiltInType(string)
Determines whether the given data type is a built-in type for the C# language.