Beispiel #1
0
 /// <summary>
 /// Return true when a MethodBase reflection info is available for the stack frame
 /// </summary>
 public static bool HasMethod(this StackFrame stackFrame)
 {
     return(stackFrame.HasMethod());
 }