ReadOnlyList<T>.Implicit 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 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[]