RosettaCodeData/Task/Reflection-Get-source/C-sharp/reflection-get-source.cs

2 lines
72 B
C#
Raw Permalink Normal View History

2025-06-11 20:16:52 -04:00
Console.WriteLine(new System.Diagnostics.StackTrace(true).GetFrame(0));