Click or drag to resize
SafeDictionaryTKey, TValueAllowNulls Property
If true, the dictionary allows null values as valid.

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

Property Value

Type: Boolean
See Also