Version: 2019.1
public static void Clear (ref Unity.Collections.LowLevel.Unsafe.DisposeSentinel sentinel);

Parameters

sentinelThe DisposeSentinel to clear.

Description

Clears the DisposeSentinel.

A DisposeSentinel is usually cleared when the related native container is disposed.