예제 #1
0
 public Item[] ItemsRunningGet()
 {
     return(GarbageCollector.ItemsStartedGet().Where(row => row is Template).ToArray());
 }