using System;
using System.Runtime.InteropServices;
namespace System
{
/// Used by for cross-application domain calls.
/// 2
// Token: 0x020006EA RID: 1770
// (Invoke) Token: 0x06004230 RID: 16944
[ComVisible(true)]
public delegate void CrossAppDomainDelegate();
}