SuppressNullKeyWarningAttributeclass

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.

objectAttributeSuppressNullKeyWarningAttribute
Namespace
Sandbox
Assembly
Sandbox.System
Declaration
public sealed class Sandbox.SuppressNullKeyWarningAttribute : System.Attribute

Constructors1

Showing 1 constructors

On this page