Constructor UnsafeAtomicCounter32
UnsafeAtomicCounter32(void*)
Initializes and returns an instance of UnsafeAtomicCounter32.
Declaration
public UnsafeAtomicCounter32(void* ptr)
Parameters
| Type | Name | Description |
|---|---|---|
| void* | ptr | A pointer to the int to be modified by this counter. |