API ReferenceSandbox
public sealed class Sandbox.SuppressNullKeyWarningAttribute : System.Attribute
When applied to a member with `System.Collections.Generic.Dictionary` or `System.Collections.Generic.HashSet` 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
Showing 1 constructors
public SuppressNullKeyWarningAttribute()
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:Sandbox.SuppressNullKeyWarningAttribute |