Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ResizeUninitialized(int)

Sets the length in bytes.
Read time 1 minuteLast updated 12 days ago

Definition

public void ResizeUninitialized(int length)

Parameters

length

The new length.

Remarks

If the new length exceeds the capacity, capacity is expanded to the new length.