다음을 통해 공유


ReadOnlyList<T> 생성자

Initializes a new instance of the ReadOnlyList<T> class with the specified list.

네임스페이스:  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 네임스페이스