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#
/
Attributes
Which value can be used directly as a C# attribute argument?
from Attributes
C# 14 / .NET 10
beginner
1 min
Which value can be used directly as a C# attribute argument?
`typeof(OrderHandler)`
`DateTime.Now`
`new HttpClient()`
`new Dictionary<string, int>()`
Check
Ask AI about this kata
Report an error
next kata
A project defines `[Cache(60)]` and applies it to a method, but no framework component re…
Quiz
A new version is available
Reload