Priority
Normal
Type
Bug 
State
Can't Reproduce 
Assignee
Alexander Zverev 
Subsystem
Quick Fixes 
Affected versions
Fixed in
Fixed in build
5.0.1612.107  
  • Submitted by   Ilya Ryzhenkov
    22 months ago (07 Apr 2008 18:24)
  • Updated by Ilya Ryzhenkov
    18 months ago (05 Aug 2008 15:12)
  • Jira: RSRP-63971
    (history, comments)

RSRP-63971

Create from usage shows <UNRESOLVED> instead of proper type parameters

0
    public static IEnumerable<TResult> Join<TOuter, TInner, TKey, TResult>(this IEnumerable<TOuter> outer,
                                                                           IEnumerable<TInner> inner,
                                                                           Func<TOuter, TKey> outerKeySelector,
                                                                           Func<TInner, TKey> innerKeySelector,
                                                                           Func<TOuter, TInner, TResult> resultSelector,
                                                                           IEqualityComparer<TKey> comparer)
    {
      return JoinImpl(outer, inner, outerKeySelector, innerKeySelector, resultSelector, comparer);
    }

Create JoinImpl from usage. None of type parameters are created and all of them become "UNRESOLVED" in method signature.

Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments