TOwnershipType Enumeration

Defines the ownership style of an instance.

Namespace: Spring.Collections
type
 TOwnershipType = (
 otReference,
 otOwned
 );

The TOwnershipType type exposes the following members.

Show:
 NameDescription
otOwned

Represents constant otOwned.

otReference

Represents constant otReference.

Top