ReadOnlyList<T>(IList<T>) コンストラクター

定義

指定したIList<T>を読み取り専用インターフェイスでラップするReadOnlyList<T>の新しいインスタンスを初期化します。

public ReadOnlyList(System.Collections.Generic.IList<T> list);
new Microsoft.SqlServer.Management.Sdk.Sfc.ReadOnlyList<'T> : System.Collections.Generic.IList<'T> -> Microsoft.SqlServer.Management.Sdk.Sfc.ReadOnlyList<'T>
Public Sub New (list As IList(Of T))

パラメーター

list
IList<T>

読み取り専用インターフェイスでラップされる IList<T> オブジェクト

注釈

listnullされている場合は、空のリストとして扱われます。

適用対象