Compartir a través de


ReadOnlyList<T> Constructor

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

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Sub New ( _
    list As IList(Of T) _
)
'Uso
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>
)

Parámetros

Vea también

Referencia

ReadOnlyList<T> Estructura

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc