Struct UnsafePtrList.ParallelReader
Implements parallel reader. Use AsParallelReader to obtain it from container.
Syntax
public struct ParallelReader
Constructors
ParallelReader(Void**, Int32)
Declaration
public ParallelReader(void **ptr, int length)
Parameters
Type |
Name |
Description |
System.Void** |
ptr |
|
System.Int32 |
length |
|
Fields
Length
Declaration
public readonly int Length
Field Value
Type |
Description |
System.Int32 |
|
Ptr
Declaration
public readonly void **Ptr
Field Value
Type |
Description |
System.Void** |
|
Methods
Contains(Void*)
Declaration
public bool Contains(void *value)
Parameters
Type |
Name |
Description |
System.Void* |
value |
|
Returns
Type |
Description |
System.Boolean |
|
IndexOf(Void*)
Declaration
public int IndexOf(void *value)
Parameters
Type |
Name |
Description |
System.Void* |
value |
|
Returns
Type |
Description |
System.Int32 |
|
Extension Methods