Definition at line 663 of file UIntPtr.cs.
664 {
666 {
667 return (
byte)(object)
value;
668 }
670 {
671 return (
char)(object)
value;
672 }
674 {
675 return (nuint)(ulong)(decimal)(object)
value;
676 }
678 {
679 return (nuint)(double)(
object)
value;
680 }
682 {
684 }
686 {
687 return (nuint)(int)(
object)
value;
688 }
690 {
691 return (nuint)(long)(
object)
value;
692 }
694 {
695 return (nuint)(nint)(IntPtr)(object)
value;
696 }
698 {
699 return (nuint)(sbyte)(
object)
value;
700 }
702 {
703 return (nuint)(float)(
object)
value;
704 }
706 {
707 return (ushort)(object)
value;
708 }
710 {
711 return (uint)(object)
value;
712 }
714 {
715 return (nuint)(ulong)(
object)
value;
716 }
718 {
720 }
721 ThrowHelper.ThrowNotSupportedException();
723 }
unsafe UIntPtr(uint value)
References System.Runtime.Serialization.Dictionary, System.ThrowHelper.ThrowNotSupportedException(), and System.value.