# AsParallelWriter()

> Returns a parallel writer for this hash map.

## Definition

* **Type:** Method
* **Namespace:** [Unity.Collections.LowLevel.Unsafe](/engine/6000.7/script-reference/unity/collections/lowlevel/unsafe.md)
* **Assembly:** UnityEngine.ManagedKernelModule

```csharp
public UnsafeParallelMultiHashMap<TKey, TValue>.ParallelWriter AsParallelWriter()
```

### Returns

| Type                                                                                                                              | Description                          |
| --------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ |
| [ParallelWriter](/engine/6000.7/script-reference/unity/collections/lowlevel/unsafe/unsafeparallelmultihashmap2/parallelwriter.md) | A parallel writer for this hash map. |
