s&box docs

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

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.System
Doc IDT:Sandbox.SuppressNullKeyWarningAttribute

On this page