0

I'm tying to create an method which accepts two parameter and rewrite them by increasing their memory space by one

public void expand(string[] array,double[,] data)
{
}
  • 1
    In addition to the linked question, you'll probably also want to learn about the [`ref` keyword](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/ref). – DiplomacyNotWar May 15 '22 at 10:36

0 Answers0