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