GeneratorPositionHelper.FromIndexAndOffset(Int32, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
index と offset に指定された値を使用して GeneratorPosition 値を作成します。 C# と Microsoft Visual Basic のコードでは、代わりに GeneratorPosition(Int32,Int32) を使用する必要があります。
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 構造体。