Replies: 1 comment 6 replies
-
Not that it's a huge priority, but one scenario for events is: event EventHandler MyEvent
{
add
{
field += value;
this._component.RelatedEvent += value;
}
remove
{
field -= value;
this._component.RelatedEvent -= value;
}
} |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/dotnet/csharplang/blob/main/meetings/2024/LDM-2024-08-14.md
Agenda
field
keywordfield
nullabilityfield
in event accessorset;
Beta Was this translation helpful? Give feedback.
All reactions