ConfigurationMethodCollection Class
Represents a collection of configuration methods.
Namespace:
Microsoft.Web.Administration
Assembly: Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)
The ConfigurationMethodCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of configuration methods in the collection. |
![]() | Item[([(Int32])]) | Gets the configuration method at the specified index in the current collection. |
![]() | Item[([(String])]) | Gets the configuration method with the specified name from the collection. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | Returns a generic enumerator that iterates through the configuration method collection. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection..::..CopyTo | Copies the collection to an array. |
![]() ![]() | IEnumerable..::..GetEnumerator | Returns an enumerator that iterates through the configuration method collection. |
![]() ![]() | ICollection..::..IsSynchronized | Gets a value indicating whether access to the configuration method collection is synchronized (thread safe). |
![]() ![]() | ICollection..::..SyncRoot | Gets an object that synchronizes access to the collection. |
Use the ConfigurationMethodCollection class to iterate through a collection of ConfigurationMethod objects.

