Click or drag to resize

WritableCollectionTItem Property

Gets or sets the element at the specified index.

Namespace: Ookii.Jumbo.IO
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public T this[
	int index
] { get; set; }

Parameters

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

Property Value

T
The element at the specified index.

Implements

IListTItemInt32
See Also