public static T IgnoreErrors<T>(Func<T> operation, T defaultValue)
Parameters
Func
T defaultValue
See also:
Class LanguageUtils© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic
public static T IgnoreErrors<T>(Func<T> operation, T defaultValue)
Func
T defaultValue