public override void Clear() { if (m_cChild != null) { m_cChild.Clear(); } base.Clear(); }
public override void Clear() { m_cChild.Clear(); }