InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 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 IServiceProvider _
    ) As T
    public static T GetService<T>( 
       IServiceProvider provider
    )
    where T: class

    Parameters

    provider

    Type Parameters

    T
    See Also