ReadOnlyList<T>.Implicit Operator

定義

オーバーロード

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[]

返品

適用対象