Click or drag to resize

ComponentTypeCollectionEnsureNotFrozen Method

[This is preliminary documentation and is subject to change.]

Ensures the ComponentTypeCollection has not been frozen, and throws an exception if it has.

Namespace:  Umbrace.Unity.PurePool
Assembly:  Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
protected void EnsureNotFrozen()
Exceptions
ExceptionCondition
InvalidOperationExceptionIf the ComponentTypeCollection has been frozen.
See Also