1 reference to keyType
System.Workflow.ComponentModel (1)
AuthoringOM\Serializer\DictionarySurrogate.cs (1)
78
Type dictionaryType = typeof(Dictionary<int, int>).GetGenericTypeDefinition().MakeGenericType(
keyType
, valueType);