ServiceModelEnhancedConfigurationElementCollection<TConfigurationElement> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
ConfigurationElementCollection 的一个抽象基类,该基类查找与 AddRemoveClearMap 类似的合并语义,该语义允许存在重复项,但在同一配置范围(例如同一个配置文件)中找到重复项时,将引发异常。
generic <typename TConfigurationElement>
where TConfigurationElement : ConfigurationElementgcnew()public ref class ServiceModelEnhancedConfigurationElementCollection abstract : System::ServiceModel::Configuration::ServiceModelConfigurationElementCollection<TConfigurationElement>
public abstract class ServiceModelEnhancedConfigurationElementCollection<TConfigurationElement> : System.ServiceModel.Configuration.ServiceModelConfigurationElementCollection<TConfigurationElement> where TConfigurationElement : ConfigurationElement, new()
type ServiceModelEnhancedConfigurationElementCollection<'ConfigurationElement (requires 'ConfigurationElement :> ConfigurationElement and 'ConfigurationElement : (new : unit -> 'ConfigurationElement))> = class
inherit ServiceModelConfigurationElementCollection<'ConfigurationElement (requires 'ConfigurationElement :> ConfigurationElement and 'ConfigurationElement : (new : unit -> 'ConfigurationElement))>
Public MustInherit Class ServiceModelEnhancedConfigurationElementCollection(Of TConfigurationElement)
Inherits ServiceModelConfigurationElementCollection(Of TConfigurationElement)
类型参数
- TConfigurationElement
一个配置元素。
- 继承
-
ServiceModelConfigurationElementCollection<TConfigurationElement>ServiceModelEnhancedConfigurationElementCollection<TConfigurationElement>
- 派生
属性
方法
显式接口实现
| ICollection.CopyTo(Array, Int32) |
将 ConfigurationElementCollection 复制到数组。 (继承自 ConfigurationElementCollection) |
扩展方法
| Cast<TResult>(IEnumerable) |
将 IEnumerable 的元素强制转换为指定的类型。 |
| OfType<TResult>(IEnumerable) |
根据指定类型筛选 IEnumerable 的元素。 |
| AsParallel(IEnumerable) |
启用查询的并行化。 |
| AsQueryable(IEnumerable) |
将 IEnumerable 转换为 IQueryable。 |