CLRInterop::Null("System.String");
static void Job5(Args _args)
{
System.String nullStr;
nullStr = CLRInterop::Null("System.String");
print CLRInterop::isInitialized(nullStr);
print CLRInterop::isNull(nullStr);
}
André Arnaud de Cal...
294,349
Super User 2025 Season 1
Martin Dráb
233,029
Most Valuable Professional
nmaenpaa
101,158
Moderator