Closed frankcollins3 closed 1 year ago
attempting to do: get length properties from intialized array.
error:
proposed approach: ??
C# uses capitalized .Length as class property from which to retrieve the value. Console.WriteLine($"length: {fraudulentOrderIds.Length} firstValue: {fraudulentOrderIds[0]}");
👍 Length 👎 length [9:26pm]
attempting to do: get length properties from intialized array.
error:
proposed approach: ??