示例#1
0
 static string FunctionHeader(int frame = 0)
 {
     return(Dev.Colorize(Dev.GetFunctionHeader(frame), Dev._method_color) + " :::: ");
 }