ReadOnlyList<T>.Implicit 연산자

정의

오버로드

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

반품

적용 대상