J
John A Grandy
I need to instantiate/populate a Dictionary< DateTime , decimal > where the
keys are taken from a List<DateTime> and the values are all zero ...
Is there a faster way than foreach( DateTime dateTime in List<DateTime> )
.... etc.
Thanks.
keys are taken from a List<DateTime> and the values are all zero ...
Is there a faster way than foreach( DateTime dateTime in List<DateTime> )
.... etc.
Thanks.