StandardEndpointElementCollection<TEndpointConfiguration> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示标准终结点元素的泛型集合,这些元素属于标准类型或可从中分配标准类型的类型。
generic <typename TEndpointConfiguration>
where TEndpointConfiguration : StandardEndpointElementgcnew()public ref class StandardEndpointElementCollection sealed : System::ServiceModel::Configuration::ServiceModelEnhancedConfigurationElementCollection<TEndpointConfiguration>
public sealed class StandardEndpointElementCollection<TEndpointConfiguration> : System.ServiceModel.Configuration.ServiceModelEnhancedConfigurationElementCollection<TEndpointConfiguration> where TEndpointConfiguration : StandardEndpointElement, new()
type StandardEndpointElementCollection<'EndpointConfiguration (requires 'EndpointConfiguration :> StandardEndpointElement and 'EndpointConfiguration : (new : unit -> 'EndpointConfiguration))> = class
inherit ServiceModelEnhancedConfigurationElementCollection<'EndpointConfiguration (requires 'EndpointConfiguration :> StandardEndpointElement and 'EndpointConfiguration : (new : unit -> 'EndpointConfiguration))>
Public NotInheritable Class StandardEndpointElementCollection(Of TEndpointConfiguration)
Inherits ServiceModelEnhancedConfigurationElementCollection(Of TEndpointConfiguration)
类型参数
- TEndpointConfiguration
集合中终结点元素的类型。
- 继承
-
ServiceModelConfigurationElementCollection<TConfigurationElement>ServiceModelEnhancedConfigurationElementCollection<TEndpointConfiguration>StandardEndpointElementCollection<TEndpointConfiguration>
构造函数
| 名称 | 说明 |
|---|---|
| StandardEndpointElementCollection<TEndpointConfiguration>() |
创建类的新实例 StandardEndpointElementCollection<TEndpointConfiguration> 。 |
属性
方法
显式接口实现
| 名称 | 说明 |
|---|---|
| ICollection.CopyTo(Array, Int32) |
将 ConfigurationElementCollection 复制到数组。 (继承自 ConfigurationElementCollection) |
扩展方法
| 名称 | 说明 |
|---|---|
| AsParallel(IEnumerable) |
启用查询的并行化。 |
| AsQueryable(IEnumerable) |
将 IEnumerable 转换为 IQueryable。 |
| Cast<TResult>(IEnumerable) |
将 IEnumerable 的元素强制转换为指定类型。 |
| OfType<TResult>(IEnumerable) |
根据指定类型筛选 IEnumerable 的元素。 |