Struct UnsafePtrList.ParallelReader
Implements parallel reader. Use AsParallelReader to obtain it from container.
Syntax
public struct ParallelReader
Fields
Length
Declaration
public readonly int Length
Field Value
Ptr
Declaration
[NativeDisableUnsafePtrRestriction]
public readonly void **Ptr
Field Value
Methods
Contains(Void*)
Declaration
public bool Contains(void *value)
Parameters
Type |
Name |
Description |
Void* |
value |
|
Returns
IndexOf(Void*)
Declaration
public int IndexOf(void *value)
Parameters
Type |
Name |
Description |
Void* |
value |
|
Returns