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

◆ IsByRefLike

virtual bool System.Type.IsByRefLike
getinherited

Definition at line 135 of file Type.cs.

136 {
137 get
138 {
139 throw new NotSupportedException(SR.NotSupported_SubclassOverride);
140 }
141 }

Referenced by System.Dynamic.Utils.DelegateHelpers.GetCSharpThunk().