I, probably, print it and put in my office...
if( (i==j).ToString().Length == 4) { ...DoSomething();...}
else if( (i==j).ToString().Length == 5) { .. DoSomethingElese();... }
else { throw new NotImplementedException(); }
It's code, just code here. Nothing else
I, probably, print it and put in my office...
if( (i==j).ToString().Length == 4) { ...DoSomething();...}
else if( (i==j).ToString().Length == 5) { .. DoSomethingElese();... }
else { throw new NotImplementedException(); }
No comments:
Post a Comment