Gets or sets an instance of an item at the specified index.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Default Property Item ( _
	index As Integer _
) As T
	Get
	Set
C#
public T this[
	int index
] { get; set; }

Parameters

index
Type: System..::..Int32
The zero-based index of the item to get or set.

Field Value

An item.

Implements

IList<(Of <(<'T>)>)>..::..Item[([( Int32])])

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also