setD method

Pointer<LightC> setD(
  1. LightD o
)

Implementation

Pointer<LightC> setD(LightD o) {
  ref.setD(o);
  return this;
}