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
Syntaxpublic TObject this[
int index
] { get; }
Public ReadOnly Property Item (
index As Integer
) As TObject
Get
public:
property TObject Item[int index] {
TObject get (int index);
}
member Item : 'TObject with get
Parameters
- index
- Type: SystemInt32
The zero based index of the element to get
Return Value
Type:
TObject
See Also