Struct UnsafeList.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<T>(T)
Declaration
public bool Contains<T>(T value)
where T : struct, IEquatable<T>
Parameters
Type |
Name |
Description |
T |
value |
|
Returns
Type |
Description |
System.Boolean |
|
Type Parameters
IndexOf<T>(T)
Declaration
public int IndexOf<T>(T value)
where T : struct, IEquatable<T>
Parameters
Type |
Name |
Description |
T |
value |
|
Returns
Type |
Description |
System.Int32 |
|
Type Parameters
Extension Methods