Get a pointer to the Redemption at the specified index.

Namespace:  com.ftlabs.fisa
Assembly:  FISA.NET (in FISA.NET.dll) Version: 1.0.3126.3801

Syntax

C#
Redemption getRedemption(
	int index
)
Visual Basic (Declaration)
Function getRedemption ( _
	index As Integer _
) As Redemption
Visual C++
Redemption^ getRedemption(
	int index
)

Parameters

index
Type: System..::.Int32
The index of the Redemption to return. A valid index would be from 0 through getRedemptionCount() - 1.

Return Value

A pointer to the Redemption at the specified index.

See Also