GeneratorPositionHelper.FromIndexAndOffset(Int32, Int32) 方法

定义

使用为索引和偏移量提供的值创建 GeneratorPosition 值。

public:
 static GeneratorPosition FromIndexAndOffset(int index, int offset);
 static GeneratorPosition FromIndexAndOffset(int const& index, int const& offset);
public static GeneratorPosition FromIndexAndOffset(int index, int offset);
function fromIndexAndOffset(index, offset)
Public Shared Function FromIndexAndOffset (index As Integer, offset As Integer) As GeneratorPosition

参数

index
Int32

int

要创建的索引值。

offset
Int32

int

要创建的偏移量值。

返回

使用所需值创建的 GeneratorPosition 结构。

适用于