CollectionBaseTItem Property
|
Gets or sets the element at the specified index.
Namespace:
Bootstrap.A11y
Assembly:
Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic T this[
int index
] { get; set; }Parameters
- index
- Type: SystemInt32
The zero-based index of the element to get or set.
Return Value
Type:
TThe element at the specified index.
See Also