Struct NativeKeyValueArrays<TKey, TValue>
Syntax
public struct NativeKeyValueArrays<TKey, TValue> : IDisposable where TKey : struct where TValue : struct
Type Parameters
| Name |
Description |
| TKey |
|
| TValue |
|
Constructors
NativeKeyValueArrays(Int32, Allocator, NativeArrayOptions)
Declaration
public NativeKeyValueArrays(int length, Allocator allocator, NativeArrayOptions options)
Parameters
| Type |
Name |
Description |
| Int32 |
length |
|
| Allocator |
allocator |
|
| NativeArrayOptions |
options |
|
Fields
Keys
Declaration
public NativeArray<TKey> Keys
Field Value
| Type |
Description |
| NativeArray<TKey> |
|
Values
Declaration
public NativeArray<TValue> Values
Field Value
| Type |
Description |
| NativeArray<TValue> |
|
Methods
Dispose()
Declaration
Extension Methods