Condividi tramite


Costruttore ReadOnlyList<T>

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

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    list As IList(Of T) _
)
'Utilizzo
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>
)

Parametri

Vedere anche

Riferimento

ReadOnlyList<T> Struttura

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc