PostSharpAPI ReferencePost­Sharp.​Patterns.​CollectionsRead­Only­Array<T>Item
Open sandboxFocus

ReadOnlyArray<T>.Item Property

Item[Int32]

Gets a specified element of the array.

Declaration
public T this[int index] { get; }
Parameters
Type Name Description
Int32 index

The element position.

Property Value
Type Description
T

The element at position index.