Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / TypeEx Class / GetProperties Method / GetProperties(Type) Method

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

    Parameters

    type
    See Also