Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AsReadOnlySpan()

Returns ReadOnlySpan\<T\> view of this container.
Read time 1 minuteLast updated 11 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public readonly ReadOnlySpan<T> AsReadOnlySpan()

Returns

Type

Description

ReadOnlySpan<T>ReadOnlySpan\<T\> view of this container.