DefinitionalObjectCollectionTFreezeAggregatedObjects Method |
Called by
Freeze to also freeze any objects that are considered to be a part of this object.
Derived classes which contain additional aggregated objects MUST override this method, call the base
implementation, and freeze aggregated objects introduced by the derived class. The objects that need to be
frozen in this method are frequently created in this object's constructor and are not settable via
properties.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected virtual void FreezeAggregatedObjects()
Protected Overridable Sub FreezeAggregatedObjects
protected:
virtual void FreezeAggregatedObjects()
abstract FreezeAggregatedObjects : unit -> unit
override FreezeAggregatedObjects : unit -> unit
See Also