Click or drag to resize

ObjectCollectionTObjectItem Property

Gets the element at the specified index

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public TObject this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero based index of the element to get

Return Value

Type: TObject
See Also