Interface IParameterMembers
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v9.dll
Represents collection containing list of parameters.
public interface IParameterMembers : IList<IParameterMember>, ICollection<IParameterMember>, IEnumerable<IParameterMember>, IEnumerable
- Extension Methods
Methods
- AddParameterMember()
When implemented by a class, adds a new item to the
IParameterMembers
collection.
- InsertParameterMember(int)
When implemented by a class, inserts a new item to the specified position within the
IParameterMember
collection.