# AsSpan()

> Returns Span\<T\> view of this container.

## Definition

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

```csharp
public Span<T> AsSpan()
```

### Returns

| Type                                                             | Description                          |
| ---------------------------------------------------------------- | ------------------------------------ |
| [Span\<T>](https://learn.microsoft.com/dotnet/api/system.span-1) | Span\\\<T\\> view of this container. |
