So say we have loaded a function F
that take in/out a set of args
and returns a result
. How to check at runtime if this F
does not act on anything other than args
members and functions? Meaning no Console.Writeline
, Singletons (or other stuff not presented in args
).
Aucun commentaire:
Enregistrer un commentaire