예제 #1
0
 private V GetReferenceValue(WeakValueHashMap.WeakValue <V> valueRef)
 {
     return(valueRef == null ? null : valueRef.Get());
 }