Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 918 Bytes

generatorpositionhelper_fromindexandoffset_796676757.md

File metadata and controls

31 lines (20 loc) · 918 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Controls.Primitives.GeneratorPositionHelper.FromIndexAndOffset(System.Int32,System.Int32)
winrt method

Windows.UI.Xaml.Controls.Primitives.GeneratorPositionHelper.FromIndexAndOffset

-description

Creates a GeneratorPosition value using provided values for index and offset. C# and Microsoft Visual Basic code should use GeneratorPosition(Int32,Int32) instead.

-parameters

-param index

The index value to create with.

-param offset

The offset value to create with.

-returns

The created GeneratorPosition structure with the desired values.

-remarks

-examples

-see-also