'Declaration
Protected Overridable Function GetProperties( _ ByVal type As System.Type _ ) As System.Collections.Generic.List(Of PropertyInfo)
'Usage
Dim instance As NUmlShape Dim type As System.Type Dim value As System.Collections.Generic.List(Of PropertyInfo) value = instance.GetProperties(type)
protected virtual System.Collections.Generic.List<PropertyInfo> GetProperties( System.Type type )
Parameters
- type