SpeechLog : IEnumerable<SpeechLogEntry>, IEnumerable
      (static) void Initialize()
      (static) void SpeechLog_OnCommand( CommandEventArgs e )
      (ctor) SpeechLog()
      int Count( get; )
      void Add( SpeechLogEntry entry )
      void Add( Mobile from, string speech )
      void Clean()
      void CopyTo( SpeechLogEntry[] array, int index )
      virtual IEnumerator<SpeechLogEntry> System.Collections.Generic.IEnumerable.GetEnumerator()
      virtual IEnumerator System.Collections.IEnumerable.GetEnumerator()