Users Pricing

forum

Home Forums Create new reference to array with different length – MindStick

Create new reference to array with different length

Anonymous User 2154 05 Oct 2013

Given some array:

int[] array = new int[8000];

Is it possible to refer to a new array such that:

int[] array2 = Array.SameReferenceDifferentLength(array, 4000);

1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md