public long LightListForRef() { long sum = 0; for (int i = 0; i < lightlist_.Count; i++) { sum += lightlist_.Ref(i); } return(sum); }