Class ParameterMembers
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v9.dll
Provides an indexed access to individual ICodeSnippetLiteral
objects.
public class ParameterMembers : List<IParameterMember>, IList, ICollection, IReadOnlyList<IParameterMember>, IReadOnlyCollection<IParameterMember>, IParameterMembers, IList<IParameterMember>, ICollection<IParameterMember>, IEnumerable<IParameterMember>, IEnumerable
- Inheritance
-
ParameterMembers
- Implements
- Extension Methods
Constructors
- ParameterMembers()
Initializes a new instance of the
ParameterMembers
class with default settings.
Methods
- AddParameterMember()
Adds a new item to the specified position within the
IParameterMembers
collection.
- InsertParameterMember(int)
Inserts a new item to the specified position within the
IParameterMembers
collection.