Public Shared Function GetProperties( _ ByVal type As Type _ ) As PropertyInfo()
Dim type As Type Dim value() As PropertyInfo value = ReflectionHelper.GetProperties(type)
public static PropertyInfo[] GetProperties( Type type )
public: static PropertyInfo*[]* GetProperties( Type* type )
public: static array<PropertyInfo^>^ GetProperties( Type^ type )
Parameters
- type
- The type of the class