Struct UnsafePtrList<T>.ParallelReader
Obsolete. Use UnsafePtrList<T>.ReadOnly instead.
Namespace: Unity.Collections.LowLevel.Unsafe
Assembly: solution.dll
Syntax
public struct UnsafePtrList<T>.ParallelReader
Remarks
Use AsParallelReader() to create a parallel reader for a list.
Fields
Name | Description |
---|---|
Length | The number of elements. |
Ptr | The internal buffer of the list. |
Methods
Name | Description |
---|---|
Contains(void*) | Returns true if the list contains at least one occurrence of a specific pointer. |
IndexOf(void*) | Returns the index of the first occurrence of a specific pointer in the list. |