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 | 
| Void** | 
ptr | 
 | 
| Int32 | 
length | 
 | 
Fields
  
Length
Declaration
public readonly int Length
 
Field Value
Ptr
Declaration
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
Extension Methods