Пример #1
0
 public override void Remove(object Key)
 {
     System.Diagnostics.Debug.Assert(m_aECs != null);
     m_aECs.RemoveAttribute(this, Key);
 }