Skip to content

Commit 2d723cc

Browse files
author
RemoteNet
committed
RemoteType stuff
1 parent 80fa955 commit 2d723cc

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/RemoteNET/Internal/Reflection/DotNet/RemoteType.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,10 +250,7 @@ protected override bool IsPointerImpl()
250250
throw new NotImplementedException();
251251
}
252252

253-
protected override bool IsPrimitiveImpl()
254-
{
255-
throw new NotImplementedException();
256-
}
253+
protected override bool IsPrimitiveImpl() => false;
257254

258255
protected override bool IsCOMObjectImpl()
259256
{

0 commit comments

Comments
 (0)