| ITypeDescriptorContext Interface | 
 Note: This API is now obsolete.
            Interface for a type descriptor context, for type converter compatibility in portable class libraries.
            
 
    Namespace: 
   Eto
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntax[ObsoleteAttribute("Since 2.5, Use System.ComponentModel.ITypeDescriptorContext instead")]
public interface ITypeDescriptorContext : IServiceProvider<ObsoleteAttribute("Since 2.5, Use System.ComponentModel.ITypeDescriptorContext instead")>
Public Interface ITypeDescriptorContext
	Inherits IServiceProvider[<ObsoleteAttribute("Since 2.5, Use System.ComponentModel.ITypeDescriptorContext instead")>]
type ITypeDescriptorContext =  
    interface
        interface IServiceProvider
    end See Also
See Also