コード例 #1
0
 public T GetValue <T>(string name)
 {
     return(_HubProxy.GetValue <T>(name));
 }