System.Runtime.InteropServices.ICustomAdapter public interface ICustomAdapter Documentation Code namespace System.Runtime.InteropServices { public interface ICustomAdapter { object GetUnderlyingObject(); } }