ReadOnlyList<T>.Implicit Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Implicit(List<T> to ReadOnlyList<T>)
public static implicit operator Microsoft.SqlServer.Management.Sdk.Sfc.ReadOnlyList<T>(System.Collections.Generic.List<T> list);
static member op_Implicit : System.Collections.Generic.List<'T> -> Microsoft.SqlServer.Management.Sdk.Sfc.ReadOnlyList<'T>
Public Shared Widening Operator CType (list As List(Of T)) As ReadOnlyList(Of T)
パラメーター
- list
- List<T>
返品
適用対象
Implicit(T[] to ReadOnlyList<T>)
public static implicit operator Microsoft.SqlServer.Management.Sdk.Sfc.ReadOnlyList<T>(T[] array);
static member op_Implicit : 'T[] -> Microsoft.SqlServer.Management.Sdk.Sfc.ReadOnlyList<'T>
Public Shared Widening Operator CType (array As T()) As ReadOnlyList(Of T)
パラメーター
- array
- T[]