public override void CopyTo(IAppender[] array)
 {
     m_collection.CopyTo(array);
 }