Click or drag to resize
Grid Solutions Framework

Parameters Methods

The Parameters type exposes the following members.

Methods
  Name Description
Public method Add Adds an item to the ICollectionT.
Public method Clear Removes all items from the ICollectionT.
Public method Contains Determines whether the ICollectionT contains a specific value.
Public method CopyTo Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public method GetEnumerator Returns an enumerator that iterates through the collection.
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method IndexOf Determines the index of a specific item in the IListT.
Public method Insert Inserts an item to the IListT at the specified index.
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public method Remove Removes the first occurrence of a specific object from the ICollectionT.
Public method RemoveAt Removes the IListT item at the specified index.
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Public method Value(Int32) Gets value of parameter at specified index, if the index is valid.
Public method Value(String) Gets value of parameter with specified name, if name is found.
Public method ValueT(Int32) Gets typed value of parameter at specified index, if the index is valid and the value can be cast as type.
Public method ValueT(String) Gets typed value of parameter with specified name, if name is found and the value can be cast as type.
Top
See Also