コード例 #1
0
 public static TEither ToTEither(
     this IStgCtrl src,
     int time)
 => new TEither(src, time);
コード例 #2
0
 public static TEither ToTEither(
     this IStgCtrl src)
 => new TEither(src);