共用方式為


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 命名空間