C# 클래스 GoogleVoice.Extensions

파일 보기 프로젝트 열기: davuxcom/GoogleVoice

공개 메소드들

메소드 설명
Try ( object o, Action a ) : void
TryLog ( object o, string log, Action a ) : void
TryLogThrow ( object o, string log, Action a ) : void

메소드 상세

Try() 공개 정적인 메소드

public static Try ( object o, Action a ) : void
o object
a Action
리턴 void

TryLog() 공개 정적인 메소드

public static TryLog ( object o, string log, Action a ) : void
o object
log string
a Action
리턴 void

TryLogThrow() 공개 정적인 메소드

public static TryLogThrow ( object o, string log, Action a ) : void
o object
log string
a Action
리턴 void