Caller Information Attributes
2 sectionsRapid overview
Caller Information Attributes
TL;DR
Caller information attributes are applied to optional parameters and tell the compiler to fill in facts about the call site when the caller leaves the argument out: [CallerMemberName] (the calling method or property name), [CallerFilePath] …
Read →How it works
Q: What are the caller information attributes?
Read →