scripts
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
|
||||
namespace System.Linq
|
||||
{
|
||||
// Token: 0x02000043 RID: 67
|
||||
internal interface IQueryableEnumerable : IEnumerable, IQueryable
|
||||
{
|
||||
// Token: 0x06000422 RID: 1058
|
||||
IEnumerable GetEnumerable();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user