Click or drag to resize
Wizard .NET Library

EventedListTItem Property

Gets or sets the element at the specified index.

Namespace:  System.Collections.Generic
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public T this[
	int index
] { get; set; }
Request Example View Source

Parameters

index
Type: SystemInt32
The zero-based index of the element to get or set.

Property Value

Type: T
The element at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than 0.
See Also