Partilhar via


Conversão ReadOnlyList<T> Implicit (List<T> to ReadOnlyList<T>)

Returns an implicit conversion from a list to a read only list.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Shared Widening Operator CType ( _
    list As List(Of T) _
) As ReadOnlyList(Of T)
'Uso
Dim input As List(Of T)
Dim output As ReadOnlyList(Of T)

output = CType(input, ReadOnlyList(Of T))
public static implicit operator ReadOnlyList<T> (
    List<T> list
)
static implicit operator ReadOnlyList<T> (
    List<T>^ list
)
JScript dá suporte ao uso de casts personalizados, mas não à declaração de casts novos.

Parâmetros

Valor de retorno

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ReadOnlyList<T>
A list that wraps the specified list.

Consulte também

Referência

ReadOnlyList<T> Estrutura

Sobrecarregado Implicit

Namespace Microsoft.SqlServer.Management.Sdk.Sfc