Skip to content

Commit e53a7a2

Browse files
authored
Update MemberPropertyInfo.cs
1 parent 23b5948 commit e53a7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nanoFramework.Protobuf.Shared/Dto/MemberPropertyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ private static bool ShouldSerializeMethod(MethodInfo method)
9696
return false;
9797
}
9898

99-
// Ignore abstract and virtual objects
99+
// Ignore abstract
100100
if (method.IsAbstract)
101101
{
102102
return false;

0 commit comments

Comments
 (0)