Пример #1
0
 internal override Type GetPocoType(TypeDescription existing = null)
 {
     return(typeof(IDictionary <,>).MakeGenericType(KeyType.GetPocoType(existing), ValueType.GetPocoType(existing)));
 }