Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Dependent

object? System.Runtime.DependentHandle.Dependent
getset

Definition at line 34 of file DependentHandle.cs.

35 {
36 get
37 {
39 if (handle == (IntPtr)0)
40 {
41 ThrowHelper.ThrowInvalidOperationException();
42 }
44 }
45 set
46 {
48 if (handle == (IntPtr)0)
49 {
50 ThrowHelper.ThrowInvalidOperationException();
51 }
53 }
54 }
static object InternalGetDependent(IntPtr dependentHandle)
static void InternalSetDependent(IntPtr dependentHandle, object dependent)