Поделиться через


GeneratorPositionHelper.FromIndexAndOffset(Int32, Int32) Метод

Определение

Создает значение 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 с нужными значениями.

Применяется к