Kopieren Sie Arrays in Array

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Kopieren Sie Arrays in Array

by Anonymous » 17 Feb 2025, 09:07

Ich habe ein kleines Problem mit Arrays. Ich bin neu in C#.

Code: Select all

unsortedArray = randomNumbers();

unsortedArray2 = unsortedArray;
unsortedArray3 = unsortedArray;
Aber wenn ich das UnortedArray2 sortiere, wird auch das ungortierteArray3 sortiert.
Kann mir jemand helfen? /P>

Top