Move this object into a different container, or null. Calls 'RemoveFromContainer' on the old container, and 'AddToContainer' on the new container.

Namespace: BaseLib
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public virtual void Move(
	IContainer destination
)

Parameters

destination
Type: BaseLib.Interfaces..::..IContainer
Destination.

See Also