We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80fa955 commit 2d723ccCopy full SHA for 2d723cc
1 file changed
src/RemoteNET/Internal/Reflection/DotNet/RemoteType.cs
@@ -250,10 +250,7 @@ protected override bool IsPointerImpl()
250
throw new NotImplementedException();
251
}
252
253
- protected override bool IsPrimitiveImpl()
254
- {
255
- throw new NotImplementedException();
256
- }
+ protected override bool IsPrimitiveImpl() => false;
257
258
protected override bool IsCOMObjectImpl()
259
{
0 commit comments