IChildCollectionRemove Method |
Removes the specified object from the collection.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxvoid Remove(
EditableDomainObject obj
)
Sub Remove (
obj As EditableDomainObject
)
void Remove(
EditableDomainObject^ obj
)
abstract Remove :
obj : EditableDomainObject -> unit
Parameters
- obj
- Type: Aloe.SystemFrameworks.DomainEditableDomainObject
The object to remote.
See Also