AWS SDK for .NET Documentation
Item Property (i)
AmazonAmazon.DynamoDB.DocumentModelPrimitiveListItem[([( Int32])]) Did this page help you?   Yes   No    Tell us about it...
Gets or sets Primitive at a specific location in the list.
Declaration Syntax
C#
public Primitive this[
	int i
] { get; set; }
Parameters
i (Int32)
Index of the Primitive in question.
Return Value
Primitive in question.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)