Conversion ReadOnlyList<T> Implicit (List<T> to ReadOnlyList<T>)

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

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Shared Widening Operator CType ( _
    list As List(Of T) _
) As ReadOnlyList(Of T)
'Utilisation
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 prend en charge l'utilisation de conversions personnalisées, mais pas la déclaration de nouvelles conversions.

Paramètres

Valeur de retour

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

Voir aussi

Référence

ReadOnlyList<T> Structure

Surcharge Implicit

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc