This topic has not yet been rated - Rate this topic

ConfigurationMethodCollection Class

Represents a collection of configuration methods.

System..::..Object
  Microsoft.Web.Administration..::..ConfigurationMethodCollection

Namespace:  Microsoft.Web.Administration
Assembly:  Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)
public sealed class ConfigurationMethodCollection : ICollection, 
	IEnumerable<ConfigurationMethod>, IEnumerable

The ConfigurationMethodCollection type exposes the following members.

  NameDescription
Public propertyCountGets the number of configuration methods in the collection.
Public propertyItem[([(Int32])])Gets the configuration method at the specified index in the current collection.
Public propertyItem[([(String])])Gets the configuration method with the specified name from the collection.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumeratorReturns a generic enumerator that iterates through the configuration method collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
  NameDescription
Explicit interface implemetationPrivate methodICollection..::..CopyToCopies the collection to an array.
Explicit interface implemetationPrivate methodIEnumerable..::..GetEnumeratorReturns an enumerator that iterates through the configuration method collection.
Explicit interface implemetationPrivate propertyICollection..::..IsSynchronizedGets a value indicating whether access to the configuration method collection is synchronized (thread safe).
Explicit interface implemetationPrivate propertyICollection..::..SyncRootGets an object that synchronizes access to the collection.
Top

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.