Name | Description | |
---|---|---|
ParameterCollection Constructor | Creates a new instance of ParameterCollection class. |
The following tables list the members exposed by ParameterCollection.
Name | Description | |
---|---|---|
ParameterCollection Constructor | Creates a new instance of ParameterCollection class. |
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the ParameterCollection instance. (Inherited from System.Collections.ObjectModel.Collection<Parameter>) | |
Item | Gets the Parameter from the ParameterCollection. |
Name | Description | |
---|---|---|
Add | Adds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<Parameter>) | |
Clear | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<Parameter>) | |
Contains | Overloaded. Returns true if a parameter is in the collection with the specified name. | |
CopyTo | Copies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<Parameter>) | |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<Parameter>) | |
Insert | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<Parameter>) | |
Remove | Removes the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<Parameter>) | |
RemoveAt | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<Parameter>) |