2 references to KeyValue
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (2)
1474get { return new KeyValue<object, object>(_enumerator.Key, _enumerator.Value); } 1512return new KeyValue<K, V>(current.Key, current.Value);