override protected void DerivedDumpNode(DLink pLink) { Debug.Assert(pLink != null); Sound pData = (Sound)pLink; pData.Dump(); }