| 12345678910111213 |
- //
- // System.Runtime.Remoting.Contexts.CrossContextDelegate.cs
- //
- // Author: Duncan Mak ([email protected])
- //
- // 2002 (C) Copyright, Ximian, Inc.
- //
- namespace System.Runtime.Remoting.Contexts {
- [Serializable]
- public delegate void CrossContextDelegate ();
- }
|