Ejemplo n.º 1
0
 static public uint ToUnsignedInt(sbyte item)
 {
     return(item.FitInCappedUnsignedInt());
 }