示例#1
0
 public void SetAtIndex(int index, T obj)
 {
     byte[] data = ConverterHelper.GetBytes(obj);
     SetAtIndex(index, data);
 }