PrimitiveDataFrameColumn<T>.Item[] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Item[Int64]
- Source:
- PrimitiveDataFrameColumn.cs
- Source:
- PrimitiveDataFrameColumn.cs
- Source:
- PrimitiveDataFrameColumn.cs
public T? this[long rowIndex] { get; set; }
member this.Item(int64) : Nullable<'T (requires 'T : struct)> with get, set
Default Public Property Item(rowIndex As Long) As Nullable(Of T)
参数
- rowIndex
- Int64
属性值
Nullable<T>
适用于
Item[Int64, Int32]
- Source:
- PrimitiveDataFrameColumn.cs
- Source:
- PrimitiveDataFrameColumn.cs
- Source:
- PrimitiveDataFrameColumn.cs
public System.Collections.Generic.IReadOnlyList<T?> this[long startIndex, int length] { get; }
member this.Item(int64 * int) : System.Collections.Generic.IReadOnlyList<Nullable<'T>>
Default Public ReadOnly Property Item(startIndex As Long, length As Integer) As IReadOnlyList(Of Nullable(Of T))
参数
- startIndex
- Int64
- length
- Int32