Welcome to mirror list, hosted at ThFree Co, Russian Federation.

IConstructionReturnMessage.cs « System.Runtime.Remoting.Activation « corlib « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 495736f8c44ab55d432e3242654e06643d1f8620 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// System.Runtime.Remoting.Contexts.IConstructionReturnMessage..cs
//
// Author:
//   Miguel de Icaza (miguel@ximian.com)
//
// (C) Ximian, Inc.  http://www.ximian.com
//

using System.Runtime.Remoting.Messaging;

namespace System.Runtime.Remoting.Activation {

	public interface IConstructionReturnMessage :IMethodReturnMessage, IMethodMessage, IMessage {
	}
}