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