Reflection against read only fields ignored

Issue #43 resolved
Rainer Bernhardt created an issue

You might want to consider sorting out read only fields during the reflection

if (field.IsInitOnly || field.IsLiteral) continue;

Comments (2)

  1. Log in to comment