- //
- // System.Runtime.InteropServices.ICustomAdapter.cs
- //
- // Author:
- // Kevin Winchester ([email protected])
- //
- // (C) 2002 Kevin Winchester
- //
- namespace System.Runtime.InteropServices {
- public interface ICustomAdapter {
- object GetUnderlyingObject ();
- }
- }
|