M
moondaddy
Guest
for Python code like this:
if isinstance(val, tuple):
do something
How would you to this in c#?
Thank you.
Continue reading...
if isinstance(val, tuple):
do something
How would you to this in c#?
Thank you.
Continue reading...