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