コード例 #1
0
 public static void CallToMethodOnGenericType()
 {
     GenericType <int> .CreateObservable().Subscribe(n => Console.WriteLine($"{n}"));
 }