示例#1
0
 public T GetData <T>() where T : BasicData
 {
     return(_data.As <T>());
 }