terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
IGrouping.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Linq
6{
7 // Token: 0x0200001E RID: 30
8 public interface IGrouping<out TKey, out TElement> : IEnumerable<TElement>, IEnumerable
9 {
10 // Token: 0x17000020 RID: 32
11 // (get) Token: 0x060000E9 RID: 233
12 TKey Key { get; }
13 }
14}
class f__AnonymousType0<< Count > j__TPar