Share via


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

指定されたリストを使用して、ReadOnlyList<T> クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Sub New ( _
    list As IList(Of T) _
)
'使用
Dim list As IList(Of T)

Dim instance As New ReadOnlyList(list)
public ReadOnlyList(
    IList<T> list
)
public:
ReadOnlyList(
    IList<T>^ list
)
new : 
        list:IList<'T> -> ReadOnlyList
public function ReadOnlyList(
    list : IList<T>
)

パラメーター

関連項目

参照

ReadOnlyList<T> 構造体

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間