Visual Basic (Declaration)
Public Overrides Sub Post ( _
d As SendOrPostCallback, _
state As Object _
)
Dim instance As DispatcherSynchronizationContext
Dim d As SendOrPostCallback
Dim state As Object
instance.Post(d, state)
public override void Post(
SendOrPostCallback d,
Object state
)