public override int IndexOf(IAppender x)
 {
     return(m_collection.IndexOf(x));
 }