(Inherits from MfEnumerableBase)
Provides the abstract base class for a strongly typed collection.
Name |
Description |
|
Constructor for Abstract MfCollectionBase Class |
Name |
Description |
|
Gets the number of elements contained in the MfCollectionBase instance. This property cannot be overridden. |
||
Gets an MfList containing the list of elements in the MfCollectionBase instance. |
||
Gets or sets the element at the specified index. |
||
Gets a value indicating whether the MfCollectionBase has a fixed size. |
||
Gets a value indicating whether the MfCollectionBase is read-only. |
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 object to the end of the MfCollectionBase. |
||
Adds MfAttribute extended items to extended classes. Inherited from MfObject. |
||
Removes all objects from the MfCollectionBase instance. This method in not to be overridden. |
||
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 MfCollectionBase contains a specific element. |
||
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. |
||
Searches for the specified Object and returns the zero-based index of the first occurrence within the entire MfCollectionBase. |
||
Inserts an element into the MfCollectionBase at the specified index. |
||
Get if the current class is an instance. Inherited from MfObject. |
||
Creates a shallow copy of the current MfObject instance. Inherited from MfObject. |
||
Performs additional custom processes when clearing the contents of the MfCollectionBase instance. |
||
Performs additional custom processes after clearing the contents of the MfCollectionBase instance. |
||
Performs additional custom processes before inserting a new element into the MfCollectionBase instance. |
||
Performs additional custom processes after inserting a new element into the MfCollectionBase instance. |
||
Performs additional custom processes when removing an element from the MfCollectionBase instance. |
||
Performs additional custom processes when removing an element from the MfCollectionBase instance. |
||
Performs additional custom processes before setting a value in the MfCollectionBase instance. |
||
Performs additional custom processes after setting a value in the MfCollectionBase instance. |
||
Performs additional custom processes when validating a value. |
||
Removes the first occurrence of a specific object from the MfCollectionBase. |
||
Removes the element at the specified index of the MfCollectionBase instance. |
||
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. |