[Missing <summary> documentation for "T:Karamba.Utilities.SyncContextText"]
public delegate bool SyncContextText(
SynchronizationContext c
)
Public Delegate Function SyncContextText (
c As SynchronizationContext
) As Boolean
public delegate bool SyncContextText(
SynchronizationContext^ c
)
type SyncContextText =
delegate of
c : SynchronizationContext -> bool