#Which RefRW<> method actually performs the lookup?

1 messages · Page 1 of 1 (latest)

fading heath
#

Does RefRW.GetRefRW actually incur the lookup cost, or does RefRW.GetRefRW.ValueRW do it? Basically, the results of which method should I cache into a local variable?

calm bronze
#

GetRefRW does. You can look at the source code to see what's putting in the work