예제 #1
0
 public static IRunElement[] Empty(this IRunElementPerceiver self)
 {
     return(new IRunElement[0]);
 }
예제 #2
0
 public static T[] ToArray <T>(this IRunElementPerceiver self, T one)
 {
     return(new T[] { one });
 }