I
ibiza
Hi,
I have a class which will be used as a utility class (all its functions
shared, no need to instantiate it, let's say just to calculate things)
It needs a constant dictionary(of char, string) with 46 entries in it,
that is used in all its shared functions. How can I instantiate it
automatically only once, instead of creating it at each function call?
thanks!
ibiza
I have a class which will be used as a utility class (all its functions
shared, no need to instantiate it, let's say just to calculate things)
It needs a constant dictionary(of char, string) with 46 entries in it,
that is used in all its shared functions. How can I instantiate it
automatically only once, instead of creating it at each function call?
thanks!
ibiza