Click or drag to resize

ChildCollectionTChildObjectRemove 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
Syntax
public void Remove(
	TChildObject obj
)

Parameters

obj
Type: TChildObject
The object to remote.
See Also