C#C
C#3y ago
Bartixix

❔ Making a method reference

Is this the correct way to call a method from other class in one main file or is something else better?
public static void Method(int a) => AnotherClass.Method(a);
Was this page helpful?