コード例 #1
0
 public T PopState <T>(string key) where T : class
 {
     return(StateQueue.PopState <T>(key));
 }