示例#1
0
 /// <inheritdoc />
 public long GetLong(int index) => DataOps.ConvertToLong(GetObject(_array, index, _threadSafety));
 /// <inheritdoc />
 public long GetLong(string key) => DataOps.ConvertToLong(GetObject(_dict, key, _threadSafety));