Click or drag to resize

ObjectReferencesCollectionAdd Method

Adds new reference to the list

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public void Add(
	ObjectReference reference
)

Parameters

reference
Type: Aloe.SystemFrameworks.DomainObjectReference
The reference to add
See Also