Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / TypeEx Class / GetInterfaces Method

In This Topic
    GetInterfaces Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetInterfaces( _
       ByVal type As Type _
    ) As IEnumerable(Of Type)
    public static IEnumerable<Type> GetInterfaces( 
       Type type
    )

    Parameters

    type
    See Also