SpinLockExtensions.Lock(SpinLock) Constructor

Definition

Initializes a new instance of the SpinLockExtensions.Lock struct.

public Lock (ref System.Threading.SpinLock spinLock);
new Microsoft.Toolkit.HighPerformance.SpinLockExtensions.Lock : SpinLock -> Microsoft.Toolkit.HighPerformance.SpinLockExtensions.Lock
Public Sub New (ByRef spinLock As SpinLock)

Parameters

spinLock
SpinLock

The target SpinLock to use.

Applies to