Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the ReadOnlyList<T> class with the specified list.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
list As IList(Of T) _
)
'Usage
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>
)
Parameters
- list
Type: System.Collections.Generic.IList<T>
A list to be wrapped in read-only interface.