要素

Namespace: FVIL.QR
Assembly: FVILbasic (in FVILbasic.dll) Version: 3.1.0.0 (3.1.0.17)

Syntax

C#
public virtual ValuePair<FHANDLE, int> this[
	int index
] { get; }
Visual Basic
Public Overridable ReadOnly Default Property Item ( 
	index As Integer
) As ValuePair(Of FHANDLE, Integer)
	Get

Parameters

index
Type: System..::..Int32
指標 [0~]

Return Value

Type: ValuePair<(Of <(<'FHANDLE, Int32>)>)>

要素を1つ取得します。
DecodedIndexes と等価です。

See Also