'Declaration
Public Overloads Shared Function GetProperties( _
ByVal type As System.Type _
) As System.Collections.Generic.IEnumerable(Of PropertyInfo)
public static System.Collections.Generic.IEnumerable<PropertyInfo> GetProperties(
System.Type type
)