Format Style Fixes
This commit is contained in:
@@ -2,10 +2,7 @@
|
||||
{
|
||||
public static class UtilityExtensions
|
||||
{
|
||||
public static IEnumerable<T> IntersectWith<T>(
|
||||
this IEnumerable<T> first,
|
||||
IEnumerable<T> second
|
||||
)
|
||||
public static IEnumerable<T> IntersectWith<T>(this IEnumerable<T> first, IEnumerable<T> second)
|
||||
{
|
||||
//a.Intersect(x => b.Contains(x)).ToList();
|
||||
// gives error Delegate type could not be inferred
|
||||
|
||||
Reference in New Issue
Block a user