M
Matt
Does anyone know or care to find out the speed difference between a
directcast call and a direct call?
for instance, i might have these lines of code:
dim j as collections.arraylist
j.add("string")
directcast(j,collections.arraylist).add("string2")
whats the speed difference between j.add or the directcast call?
Cheers,
Matt
directcast call and a direct call?
for instance, i might have these lines of code:
dim j as collections.arraylist
j.add("string")
directcast(j,collections.arraylist).add("string2")
whats the speed difference between j.add or the directcast call?
Cheers,
Matt