You need to sign in to do that
Don't have an account?
Mack Dsoza
ANY means
In Debug log, I see most of the time....
System.Debug(ANY)
Please tell me that what is exactly means by ANY here...
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
In Debug log, I see most of the time....
System.Debug(ANY)
Please tell me that what is exactly means by ANY here...
It means that the method accepts any type there.
So you can do System.debug(String), System.debug(SObject), System.debug(Exception), etc...