Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
C#
/
Event subscription and lifetime
Given a public field-like event, what can ordinary code outside its declaring type do?
from Event subscription and lifetime
C# 14 / .NET 10
beginner
1 min
Given a public field-like event, what can ordinary code outside its declaring type do?
Add and remove handlers with += and -=.
Invoke the event with arbitrary arguments.
Assign null to clear every subscriber.
Replace the invocation list with another delegate.
Check
Ask AI about this kata
Report an error
next kata
Which lines does this program print?
Predict the output
A new version is available
Reload