DataDictionaryResponse(Dictionary<StringString>) Constructor
Public Sub New( _
ByVal vals As Dictionary(Of String, String) _
)
This language is not supported or no code example is available.
public DataDictionaryResponse(
Dictionary<string, string> vals
)
This language is not supported or no code example is available.
public:
DataDictionaryResponse(
Dictionary<String^, String^>^ vals
)
This language is not supported or no code example is available.
Parameters
- vals
- Dictionary<string, string>