You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Gets the method or property name of the caller to the method.
25
+
/// </summary>
26
+
publicstringMemberName{get;}
27
+
28
+
/// <summary>
29
+
/// Gets the full path of the source file that contains the caller.
30
+
/// </summary>
31
+
publicFilePathSourceFilePath{get;}
32
+
33
+
/// <summary>
34
+
/// Gets the line number in the source file at which the method is called.
35
+
/// </summary>
36
+
publicintSourceLineNumber{get;}
37
+
38
+
/// <summary>
39
+
/// Returns a <see cref="System.String" /> containing the full path of the source file and the line number in the source file at which the method is called.
40
+
/// </summary>
41
+
/// <returns>
42
+
/// A <see cref="System.String" /> containing the full path of the source file and the line number in the source file at which the method is called.
0 commit comments