public static ReportInfiniteLoop ( StringBuilder sb, object arg, string argName, int &maxLength ) : bool | ||
sb | StringBuilder | String builder to which information about the argument is appended. |
arg | object |
/// Value which has already been appended to |
argName | string | Optional name of the instance which is reported, if available. |
maxLength | int | /// Maximum number of characters allowed to the formatter. Formatting will fail (and return false) /// if this number of characters is breached. Multi-lined formatters will ignore this parameter. /// Negative value indicates that formatter has unlimited space available. On output contains remaining number of characters available. /// |
return | bool |