Category: C#
-
Caller Information Attributes
Introduction .Net 4.5 introduced 3 new attributes: CallerFilePathAttribute, CallerLineNumberAttribute and CallerMemberAttribute which I think many of us might not even heard of. I came across this when I was reading Jon Skeet C# In Depth book. Feature By using these caller info attributes we can obtain the information about the caller to a method. You […]