Partilhar via


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

Returns an implicit conversion from an array to a 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 ( _
    array As T() _
) As ReadOnlyList(Of T)
'Uso
Dim input As T()
Dim output As ReadOnlyList(Of T)

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

Parâmetros

  • array
    Tipo: array<T[]
    The array to convert.

Valor de retorno

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

Consulte também

Referência

ReadOnlyList<T> Estrutura

Sobrecarregado Implicit

Namespace Microsoft.SqlServer.Management.Sdk.Sfc