Click or drag to resize
SafeDictionaryTKey, TValueUseWeakReferences Property
If true, the weak references are used for the items so the memory can be cleared upon request

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public bool UseWeakReferences { get; set; }

Property Value

Type: Boolean
See Also