using System;
namespace System.Threading
{
/// Represents a method to be called when a message is to be dispatched to a synchronization context.
/// The object passed to the delegate.
/// 2
// Token: 0x020006DF RID: 1759
// (Invoke) Token: 0x06004204 RID: 16900
public delegate void SendOrPostCallback(object state);
}