コード例 #1
0
 /// <summary>
 /// Kill a twitch that has this handle id.
 /// </summary>
 /// <typeparam name="T"></typeparam>
 /// <param name="handle"></param>
 public static void KillTwitch <T>(int handle) where T : struct
 {
     Twitch <T> .KillTwitch(handle);
 }