コード例 #1
0
 public EntryViewModel(SasCatalogEntry[] entries)
 {
     _entries = new ReadOnlyCollection<SasCatalogEntry>(entries.ToList());
 }