class
SuppressNullKeyWarningAttribute
public sealed class SuppressNullKeyWarningAttribute : Attribute When applied to a member with Dictionary`2 or HashSet`1 type, don't warn if the key of an item becomes null during a hotload because a type is removed. You should only use this attribute if you're sure that it's safe to quietly remove entries.
Constructors
SuppressNullKeyWarningAttribute()