Struct UnsafeList<T>.ParallelReader
Implements parallel reader. Use AsParallelReader to obtain it from container.
Namespace: Unity.Collections.LowLevel.Unsafe
Syntax
public struct ParallelReader
Fields
Length
Declaration
public readonly int Length
Field Value
Type | Description |
---|---|
Int32 |
Ptr
Declaration
public readonly T*Ptr
Field Value
Type | Description |
---|---|
T* |
Methods
Contains(T)
Declaration
public bool Contains(T value)
Parameters
Type | Name | Description |
---|---|---|
T | value |
Returns
Type | Description |
---|---|
Boolean |
IndexOf(T)
Declaration
public int IndexOf(T value)
Parameters
Type | Name | Description |
---|---|---|
T | value |
Returns
Type | Description |
---|---|
Int32 |