public TagTableViewSource(TagListViewController hostController, IList<string> tags)
 {
     _tags = tags.OrderBy(tag => tag).ToList();
     _hostController = hostController;
 }
Exemple #2
0
 public TagTableViewSource(TagListViewController hostController, IList <string> tags)
 {
     _tags           = tags.OrderBy(tag => tag).ToList();
     _hostController = hostController;
 }