setD method

Pointer<MusicC> setD(
  1. MusicD o
)

Implementation

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