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