ConfigurationMethodCollection Class

Definition

Represents a collection of configuration methods.

public ref class ConfigurationMethodCollection sealed : System::Collections::Generic::IEnumerable<Microsoft::Web::Administration::ConfigurationMethod ^>, System::Collections::ICollection
public sealed class ConfigurationMethodCollection : System.Collections.Generic.IEnumerable<Microsoft.Web.Administration.ConfigurationMethod>, System.Collections.ICollection
type ConfigurationMethodCollection = class
    interface ICollection
    interface seq<ConfigurationMethod>
    interface IEnumerable
Public NotInheritable Class ConfigurationMethodCollection
Implements ICollection, IEnumerable(Of ConfigurationMethod)
Inheritance
ConfigurationMethodCollection
Implements

Remarks

Use the ConfigurationMethodCollection class to iterate through a collection of ConfigurationMethod objects.

Properties

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.

Methods

GetEnumerator()

Returns a generic enumerator that iterates through the configuration method collection.

Explicit Interface Implementations

ICollection.CopyTo(Array, Int32)

Copies the collection to an array.

ICollection.IsSynchronized
ICollection.SyncRoot
IEnumerable.GetEnumerator()

Returns an enumerator that iterates through the configuration method collection.

Applies to