Definition at line 472 of file UIntPtr.cs.
473 {
475 {
476 return (
byte)(object)
value;
477 }
479 {
480 return (
char)(object)
value;
481 }
483 {
485 {
486 return (nuint)(ulong)(decimal)(object)
value;
487 }
489 {
490 return (nuint)(double)(
object)
value;
491 }
493 {
495 }
497 {
498 return (nuint)(int)(
object)
value;
499 }
501 {
502 return (nuint)(long)(
object)
value;
503 }
505 {
506 return (nuint)(nint)(IntPtr)(object)
value;
507 }
509 {
510 return (nuint)(sbyte)(
object)
value;
511 }
513 {
514 return (nuint)(float)(
object)
value;
515 }
517 {
518 return (ushort)(object)
value;
519 }
521 {
522 return (uint)(object)
value;
523 }
525 {
526 return (nuint)(ulong)(
object)
value;
527 }
529 {
531 }
532 ThrowHelper.ThrowNotSupportedException();
534 }
535 }
unsafe UIntPtr(uint value)
References System.Runtime.Serialization.Dictionary, System.ThrowHelper.ThrowNotSupportedException(), and System.value.