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
SpanAction.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Buffers
4{
5 // Token: 0x0200065F RID: 1631
6 public sealed class SpanAction<T, in TArg> : MulticastDelegate
7 {
8 // Token: 0x060031BA RID: 12730 RVA: 0x0006BA24 File Offset: 0x00069C24
9 public SpanAction(object @object, IntPtr method)
10 {
11 }
12
13 // Token: 0x060031BB RID: 12731 RVA: 0x0006BA40 File Offset: 0x00069C40
14 public void Invoke(Span<T> span, TArg arg)
15 {
16 }
17 }
18}
class f__AnonymousType0<< Count > j__TPar
void Invoke(Span< T > span, TArg arg)
Definition SpanAction.cs:14
SpanAction(object @object, IntPtr method)
Definition SpanAction.cs:9