2003-08-06 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / IDispatchImplType.cs
1 //
2 // System.Runtime.InteropServices.IDispatchImplType.cs
3 //
4 // Author:
5 //   Andreas Nahr (ClassDevelopment@A-SoftTech.com)
6 //
7
8 namespace System.Runtime.InteropServices
9 {
10         public enum IDispatchImplType
11         {
12                 SystemDefinedImpl = 0,
13                 InternalImpl = 1,
14                 CompatibleImpl = 2
15         }
16 }