DataBusDataSource.ReadOnlyListAdapter<T>(ICollection<T>) 建構函式

定義

初始化一個帶有指定集合參數的 DataBusDataSource.ReadOnlyListAdapter<T> 類別新實例。

public:
 ReadOnlyListAdapter(System::Collections::Generic::ICollection<T> ^ collection);
public ReadOnlyListAdapter(System.Collections.Generic.ICollection<T> collection);
new Microsoft.SqlServer.Management.Data.DataBusDataSource.ReadOnlyListAdapter<'T> : System.Collections.Generic.ICollection<'T> -> Microsoft.SqlServer.Management.Data.DataBusDataSource.ReadOnlyListAdapter<'T>
Public Sub New (collection As ICollection(Of T))

參數

collection
ICollection<T>

定義操作泛型集合的方法。

適用於