0
Static Members
anyone would tell me, what I am making wrong with this code please. https://code.sololearn.com/cA51A25a7a10
2 Respostas
+ 1
[ "JRamoneMH " ] ::
static constructor cannot have parameters and also you can not create instance of static class.
https://code.sololearn.com/c41NPsXnRqB2/?ref=app
+ 1
Thank you for the info.