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

◆ IDisposable

class<DelayedSetDirty> UnityEngine.UI.LayoutGroup.IDisposable
setprivateinherited

Definition at line 572 of file LayoutGroup.cs.

573 {
574 // Token: 0x060002F4 RID: 756 RVA: 0x0000A5A0 File Offset: 0x000087A0
577 {
578 this.<>1__state = <>1__state;
579 }
580
581 // Token: 0x060002F5 RID: 757 RVA: 0x0000A5BC File Offset: 0x000087BC
583 void IDisposable.Dispose()
584 {
585 }
586
587 // Token: 0x060002F6 RID: 758 RVA: 0x0000A5CC File Offset: 0x000087CC
588 private bool MoveNext()
589 {
590 if (this.<>1__state == 0)
591 {
592 this.<>1__state = 1;
593 return true;
594 }
595 }
596
597 // Token: 0x170000D2 RID: 210
598 // (get) Token: 0x060002F7 RID: 759 RVA: 0x0000A5F8 File Offset: 0x000087F8
600 {
602 get
603 {
604 return this.<>2__current;
605 }
606 }
607
608 // Token: 0x060002F8 RID: 760 RVA: 0x00002207 File Offset: 0x00000407
610 void IEnumerator.Reset()
611 {
612 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
613 }
614
615 // Token: 0x170000D3 RID: 211
616 // (get) Token: 0x060002F9 RID: 761 RVA: 0x0000A60C File Offset: 0x0000880C
618 {
620 get
621 {
622 return this.<>2__current;
623 }
624 }
625
626 // Token: 0x0400017D RID: 381
627 private int <>1__state;
628
629 // Token: 0x0400017E RID: 382
630 private object <>2__current;
631
632 // Token: 0x0400017F RID: 383
633 public RectTransform rectTransform;
634 }
class f__AnonymousType0<< Count > j__TPar
RectTransform rectTransform
class< DelayedSetDirty > d__56