コード例 #1
0
 public IEnumerable GetAll()
 {
     try
     {
         return(plugin.ReadAll());
     }
     catch (Exception ex)
     {
         throw new UserAdapterException(ex.ToString());
     }
 }
コード例 #2
0
 /// <summary>
 /// Gets all available Blabs
 /// </summary>
 /// <returns>IEnumerable of Blab objects</returns>
 public IEnumerable GetAll()
 {
     return(Plugin.ReadAll());
 }