ReadOnlyArray<T>.Item Property |
Gets a specified element of the array.
Namespace: PostSharp.Patterns.Collections
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public T this[ int index ] { get; }
Parameters
- index
- Type: System.Int32
The element position.
Return Value
Type: TThe element at position index.