ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / System Namespace / ServiceExtensions Class / GetService<T> Method

In This Topic
    GetService<T> Method (ServiceExtensions)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetService(Of T As Class)( _
       ByVal provider As System.IServiceProvider _
    ) As T
    public static T GetService<T>( 
       System.IServiceProvider provider
    )
    where T: class

    Parameters

    provider

    Type Parameters

    T
    See Also