Gets the record at the specified index.

Namespace:  P4API
Assembly:  p4api (in p4api)
Version: 1.0.0.0 (1.0.0)

Syntax

C#
public P4Record this[
	int Index
] { get; }

Parameters

Index
Type: System..::.Int32
Index of the record to get.

Field Value

Returns the record at 'Index'.

Return Value

P4Record

See Also