Click or drag to resize

ImmutableListTItem Property

Gets or sets the element at the specified index.

Namespace: GSF.Immutable
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.275-beta+902014e77f8e74f234b09eddd054b032bd877586
Syntax
public T this[
	int index
] { get; set; }
View Source

Parameters

index  Int32
The zero-based index of the element to get or set.

Return Value

T
The element at the specified index.

Implements

IListTItemInt32
See Also