C# 클래스 YetiVSI.Util.SynchronousDispatcher

A dispatcher that always executes actions synchronously, for use in tests.
상속: IDispatcher
파일 보기 프로젝트 열기: googlestadia/vsi-lldb

공개 메소드들

메소드 설명
Post ( Action action ) : void

메소드 상세

Post() 공개 메소드

public Post ( Action action ) : void
action Action
리턴 void