Click or drag to resize

DefinitionalObject.ThrowIfFrozen Method

Throws ObjectFrozenException if this object IsFrozen. This method should be called from any method or property that modifies this object.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
protected void ThrowIfFrozen()
See Also