예제 #1
0
 private string GetDeclarationString([NotNull] TypeSignature type)
 {
     return(type.ToString());
 }
예제 #2
0
 public override string ToString()
 {
     return(string.Format("{{{0}}} {1}", _handlerType.ToString(), _catchType != null ? _catchType.ToString() : ""));
 }