示例#1
0
 public override string ToShortString()
 {
     return(FunctionDeclaration.Substring(0, FunctionDeclaration.IndexOf(')') + 1));
 }