ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / TypeEx Class / GetProperties Method / GetProperties(TypeInfo) Method

In This Topic
    GetProperties(TypeInfo) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetProperties( _
       ByVal type As System.Reflection.TypeInfo _
    ) As System.Collections.Generic.IEnumerable(Of PropertyInfo)
    public static System.Collections.Generic.IEnumerable<PropertyInfo> GetProperties( 
       System.Reflection.TypeInfo type
    )

    Parameters

    type
    See Also