ComponentOne Basic Library for UWP
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 System.Type _
    ) As System.Collections.Generic.IEnumerable(Of Type)
    public static System.Collections.Generic.IEnumerable<Type> GetInterfaces( 
       System.Type type
    )

    Parameters

    type
    See Also