C# Class GoogleVoice.Extensions

Afficher le fichier Open project: davuxcom/GoogleVoice

Méthodes publiques

Méthode Description
Try ( object o, Action a ) : void
TryLog ( object o, string log, Action a ) : void
TryLogThrow ( object o, string log, Action a ) : void

Method Details

Try() public static méthode

public static Try ( object o, Action a ) : void
o object
a Action
Résultat void

TryLog() public static méthode

public static TryLog ( object o, string log, Action a ) : void
o object
log string
a Action
Résultat void

TryLogThrow() public static méthode

public static TryLogThrow ( object o, string log, Action a ) : void
o object
log string
a Action
Résultat void