ComArray.CreateDictionary
Creates an empty Dictionary with specified key value types
public bool CreateDictionary(string keyTypeName, string valueTypeName)
Parameters
keyTypeName
.NET Typename of the Key
valueTypeName
.NET Typename of the collection Data items