コード例 #1
0
 public IEnumerable <ChatItem> GetHistory()
 {
     return(history.ToList());
 }