IChildCollectionItem Property |
Gets the n-th referring object
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
SyntaxEditableDomainObject this[
int index
] { get; }
ReadOnly Property Item (
index As Integer
) As EditableDomainObject
Get
property EditableDomainObject^ Item[int index] {
EditableDomainObject^ get (int index);
}
abstract Item : EditableDomainObject with get
Parameters
- index
- Type: SystemInt32
The relative position of the object to return
Return Value
Type:
EditableDomainObject
See Also