示例#1
0
 public virtual ICollection <IFilable> GetAllAssets()
 {
     return(Sprites.Cast <IFilable>().ToList());
 }