[]
A Collection of Parameter objects.
public sealed class ParameterCollection : Collection<Parameter>, IList<Parameter>, ICollection<Parameter>, IList, ICollection, IReadOnlyList<Parameter>, IReadOnlyCollection<Parameter>, IEnumerable<Parameter>, IEnumerable
Name | Description |
---|---|
ParameterCollection() | Initializes a new instance of the ParameterCollection class. |
Name | Description |
---|---|
IsReadOnly | Gets if the collection is readonly. |
this[string] | Gets the Parameter with the given name. |
Name | Description |
---|---|
ClearItems() | |
Contains(string) | Returns true if a parameter is in the collection with the specified name. |
InsertItem(int, Parameter) | |
RemoveItem(int) | |
SetItem(int, Parameter) |