Parameters Methods A Sandcastle Documented Class Library

The Parameters type exposes the following members.

Methods

  Name Description
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 GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method getValue(String)
Get the value associated with a parameter.
Public method getValue(String, String)
Get the value associated with a parameter or return the given default if it is not available.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method parseNameValuePairs
Public method setDefaultValue
Set a default value, i.e. set this parameter to have the given value ONLY if it has not already been set.
Public method setValue
Associate the given value with the given parameter name.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference