ConfigurationMethodCollection 类

定义

表示配置方法的集合。

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)
继承
ConfigurationMethodCollection
实现

注解

ConfigurationMethodCollection使用 类循环访问 对象的集合ConfigurationMethod

属性

Count

获取集合中的配置方法数。

Item[Int32]

获取当前集合中指定索引处的配置方法。

Item[String]

从集合中获取具有指定名称的配置方法。

方法

GetEnumerator()

返回循环访问配置方法集合的泛型枚举器。

显式接口实现

ICollection.CopyTo(Array, Int32)

将集合复制到数组。

ICollection.IsSynchronized

表示配置方法的集合。

ICollection.SyncRoot

表示配置方法的集合。

IEnumerable.GetEnumerator()

返回循环访问配置方法集合的枚举器。

适用于