C#C
C#2y ago
SWEETPONY

✅ why ArgumentException.ThrowIfNullOrEmpty(); is only for string?

I have following:
public class A
{
       A(AnotherClass AC)
      {
            // how to check AC for null?
             var vc = new Test(AC);
      }
}
Was this page helpful?