-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support materialization hook #3943
Comments
Think this is a dupe of #240 |
BTW I think you don't actually want shadow properties right... you want a property that is stored in the CLR type but to get/set the value you don't use a property getter/setter. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add a hook for customizing the ValueBuffer => ClrType materialization step.
Just one usage scenario among many possibilities:
Materializing an
Annotatable
. I want to put shadow properties into annotations.The text was updated successfully, but these errors were encountered: