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
Syntaxpublic void Remove(
TChildObject obj
)
Public Sub Remove (
obj As TChildObject
)
public:
void Remove(
TChildObject obj
)
member Remove :
obj : 'TChildObject -> unit
Parameters
- obj
- Type: TChildObject
The object to remote.
See Also