ArrowStringDataFrameColumn.GetValues(Int64, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 length
从 startIndex
. 开始的值数。
protected override System.Collections.Generic.IReadOnlyList<object> GetValues(long startIndex, int length);
override this.GetValues : int64 * int -> System.Collections.Generic.IReadOnlyList<obj>
Protected Overrides Function GetValues (startIndex As Long, length As Integer) As IReadOnlyList(Of Object)
参数
- startIndex
- Int64
要从中返回值的第一个索引。
- length
- Int32
要返回的值数。
返回
值只读列表