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
Syntaxpublic void Add(
ObjectReference reference
)
Public Sub Add (
reference As ObjectReference
)
public:
void Add(
ObjectReference^ reference
)
member Add :
reference : ObjectReference -> unit
Parameters
- reference
- Type: Aloe.SystemFrameworks.DomainObjectReference
The reference to add
See Also