FlyweightOptions

Options for Flyweight instances.

Values

ValueMeaning
none0

Default options: Thread local storage, automatic reference counting.

gshared1 << 0

Use global storage instead of thread local storage.

noReferenceCount1 << 1

Don't count references.

Meta