Click or drag to resize

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
Syntax
EditableDomainObject this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The relative position of the object to return

Return Value

Type: EditableDomainObject
See Also