Replies: 1 comment
-
I'm afraid that you can't. ref struct didn't exist at the time netstandard2.0 was introduced. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to check if
Type.IsByRefLike
is true. Problem is this property is not available in netstandard2.0.I tried using a few nuget packages like System.Reflection, System.Reflection.Extensions, and System.Reflection.TypeExtensions. None of them worked.
I also tried looking for the presence of a
IsByRefLikeAttribute
, but I also can't find the NuGet package for it.Any help?
Beta Was this translation helpful? Give feedback.
All reactions