'Declaration
Public Shared Function GetNames( _ ByVal type As System.Type _ ) As System.String()
'Usage
Dim type As System.Type Dim value() As System.String value = NConstants.GetNames(type)
public static System.string[] GetNames( System.Type type )
Parameters
- type