(Inherits from MfEnumerableBase)
Provides class for a strongly typed collection of key/value pairs.
Name |
Description |
|
Constructs new instance of MfHashTable class. |
||
Constructs new instance of MfHashTable class setting the initial capacity of the instance. |
Name |
Description |
|
Gets the number of elements contained in the MfHashTable instance. |
||
Gets a value indicating whether the MfHashTable is a fixed size. |
||
Gets a value indicating whether the MfHashTable is read-only. |
||
Gets or sets the value associated with the specified key. |
||
Gets an MfCollection instance containing the keys in the MfHashTable instance. |
||
Gets an MfCollection instance containing the values in the MfHashTable instance. |
Name |
Description |
|
Returns a new enumerator to enumerate this object's key-value pairs. This method is usually not called directly, but by the for-loop or by GetEnumerator(). Overrides MfEnumerableBase._NewEnum() |
||
Adds an element with the specified key and value into the MfHashTable instance. |
||
Adds MfAttribute extended items to extended classes. Inherited from MfObject. |
||
Clears the contents of the MfHashTable instance and sets Count to Zero |
||
Abstract method. Clones all the elements of the current instance an return a new instance. |
||
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. Inherited from MfObject. |
||
Determines whether the MfHashTable contains a specific element for key. |
||
Determines whether the MfHashTable contains a specific element for key. |
||
Determines whether the MfHashTable contains a specific element of Value. |
||
Compares obj to current instance to see if they are the same. Inherited from MfObject. |
||
Gets an MfAttribute of the class. Inherited from MfObject. |
||
Gets a MfGenericList of MfAttribute that Contains the attributes for the current class instance. Inherited from MfObject. |
||
Gets an enumerator. Inherited from MfEnumerableBase |
||
Gets the zero-based index value of the position of MfAttribute within the instance of the class. Inherited from MfObject. |
||
Gets the Type for the for the Class .Inherited from MfObject. |
||
Gets if the current instance of class derived from MfSystemException has MfAttribute. Inherited from MfObject. |
||
Gets if current instance of object is of the same type. Inherited from MfObject. Inherited from MfObject. |
||
Get if the current class is an instance. Inherited from MfObject. |
||
Creates a shallow copy of the current MfObject instance. Inherited from MfObject. |
||
Remove(key) |
Removes the occurrence of a specific object from the MfHashTable at the key location. |
|
Gets a string representation of the MfObject. Inherited from MfObject. |
||
Verifies the the current object is set to an instance. Inherited from MfObject. |
||
VerifyIsNotInstance([MethodName, LineFile, LineNumber, Source]) |
Verifies the the current object is NOT set to an instance. Used in Static methods. Inherited from MfObject. |