API Docs for:
Show:

ContainerDisposeBehavior Class

Module: gs

An enumeration of different dispose behaviors for containers. A dispose behavior describes what should happen with objects in a container after they got disposed.

Item Index

Properties

Properties

NULL

Number final static

Sets the object reference to null but doesn't removing it from the container so the indices are not changed.

REMOVE

Number final static

Removes the disposed object from the container.