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