2 references to KeyValue
System.Runtime.Serialization (2)
System\Runtime\Serialization\CollectionDataContract.cs (2)
1465
get { return new
KeyValue
<object, object>(enumerator.Key, enumerator.Value); }
1502
return new
KeyValue
<K, V>(current.Key, current.Value);