'Declaration Public Overloads Sub InvokeOnMainThread( _ ByVal action As Action _ )
'Declaration
Public Overloads Sub InvokeOnMainThread( _ ByVal action As Action _ )
'Usage Dim instance As CalendarSlotPresenter Dim action As Action instance.InvokeOnMainThread(action)
'Usage
Dim instance As CalendarSlotPresenter Dim action As Action instance.InvokeOnMainThread(action)
public void InvokeOnMainThread( Action action )
CalendarSlotPresenter Class CalendarSlotPresenter Members Overload List