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