Geotools.Net

ParameterList Members

Public Instance Constructors

ParameterList ConstructorInitializes a new instance of the ParameterList class.

Public Instance Properties

Count (inherited from ListDictionary)Gets the number of key-and-value pairs contained in the ListDictionary.
IsFixedSize (inherited from ListDictionary)Gets a value indicating whether the ListDictionary has a fixed size.
IsReadOnly (inherited from ListDictionary)Gets a value indicating whether the ListDictionary is read-only.
IsSynchronized (inherited from ListDictionary)Gets a value indicating whether the ListDictionary is synchronized (thread-safe).
Item (inherited from ListDictionary)Gets or sets the value associated with the specified key.
Keys (inherited from ListDictionary)Gets an ICollection containing the keys in the ListDictionary.
SyncRoot (inherited from ListDictionary)Gets an object that can be used to synchronize access to the ListDictionary.
Values (inherited from ListDictionary)Gets an ICollection containing the values in the ListDictionary.

Public Instance Methods

Add (inherited from ListDictionary)Adds an entry with the specified key and value into the ListDictionary.
Clear (inherited from ListDictionary)Removes all entries from the ListDictionary.
Contains (inherited from ListDictionary)Determines whether the ListDictionary contains a specific key.
CopyTo (inherited from ListDictionary)Copies the ListDictionary entries to a one-dimensional Array instance at the specified index.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetDoubleOverloaded. Gets an item from the collection and converts it to a double.
GetEnumerator (inherited from ListDictionary)Returns an IDictionaryEnumerator that can iterate through the ListDictionary.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
Remove (inherited from ListDictionary)Removes the entry with the specified key from the ListDictionary.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

Explicit Interface Implementations

IEnumerable.GetEnumerator (inherited from ListDictionary)

See Also

ParameterList Class | Geotools.CoordinateTransformations Namespace