ServiceModelConfigurationElementCollection<ConfigurationElementType> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示在 ConfigurationElementCollection 命名空間中使用的 System.ServiceModel.Configuration 的抽象基底類別。
generic <typename ConfigurationElementType>
where ConfigurationElementType : ConfigurationElementgcnew()public ref class ServiceModelConfigurationElementCollection abstract : System::Configuration::ConfigurationElementCollection
public abstract class ServiceModelConfigurationElementCollection<ConfigurationElementType> : System.Configuration.ConfigurationElementCollection where ConfigurationElementType : ConfigurationElement, new()
type ServiceModelConfigurationElementCollection<'ConfigurationElementType (requires 'ConfigurationElementType :> ConfigurationElement and 'ConfigurationElementType : (new : unit -> 'ConfigurationElementType))> = class
inherit ConfigurationElementCollection
Public MustInherit Class ServiceModelConfigurationElementCollection(Of ConfigurationElementType)
Inherits ConfigurationElementCollection
類型參數
- ConfigurationElementType
這個組態項目的型別。
- 繼承
-
ServiceModelConfigurationElementCollection<ConfigurationElementType>
- 衍生
屬性
方法
明確介面實作
ICollection.CopyTo(Array, Int32) |
將 ConfigurationElementCollection 複製至陣列。 (繼承來源 ConfigurationElementCollection) |
擴充方法
Cast<TResult>(IEnumerable) |
將 IEnumerable 的項目轉換成指定的型別。 |
OfType<TResult>(IEnumerable) |
根據指定的型別來篩選 IEnumerable 的項目。 |
AsParallel(IEnumerable) |
啟用查詢的平行化作業。 |
AsQueryable(IEnumerable) |
將 IEnumerable 轉換成 IQueryable。 |