Skip to content

Commit 13e7781

Browse files
committed
Add EnumerableType field to the WellKnownMembers
1 parent 1b244ad commit 13e7781

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Extensions/Xtensive.Orm.BulkOperations/Internals/WellKnownMembers.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ namespace Xtensive.Orm.BulkOperations
1111
{
1212
internal static class WellKnownMembers
1313
{
14+
public static readonly Type EnumerableType = typeof(Enumerable);
1415
public static readonly Type FuncOfTResultType = typeof(Func<>);
1516
public static readonly Type FuncOfTArgTResultType = typeof(Func<,>);
1617

0 commit comments

Comments
 (0)