override protected void derivedWash(DLink pLink) { Debug.Assert(pLink != null); ColPair pNode = (ColPair)pLink; pNode.Wash(); }
protected override void DerivedWash(DLink pDLink) { Debug.Assert(pDLink != null); ColPair pCPNode = (ColPair)pDLink; pCPNode.Wash(); }
public static void Remove(ColPair pColPair) { Debug.Assert(pMan != null); Debug.Assert(pColPair != null); pMan.baseRemove(pColPair); pColPair.Wash(); }