setC method

Pointer<MusicC> setC(
  1. MusicC o
)

Implementation

Pointer<MusicC> setC(MusicC o) {
  ref.setC(o);
  return this;
}