| 123456789101112131415161718 |
- //
- // System.Runtime.InteropServices.ComRegisterFunctionAttribute.cs
- //
- // Name: Duncan Mak ([email protected])
- //
- // (C) Ximian, Inc.
- //
- namespace System.Runtime.InteropServices {
- [AttributeUsage (AttributeTargets.Method)]
- public sealed class ComRegisterFunctionAttribute : Attribute
- {
- public ComRegisterFunctionAttribute ()
- {
- }
- }
- }
|