Click or drag to resize

ChildCollectionTChildObjectDelete Method

Deletes the specified object and removes it from the collection.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public void Delete(
	TChildObject obj
)

Parameters

obj
Type: TChildObject
The object to delete and remove.
See Also