Пример #1
0
 static public ulong ToUnsignedLong(sbyte item)
 {
     return(item.FitInCappedUnsignedLong());
 }