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