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
DecimalConstantAttribute.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200046E RID: 1134
6 [AttributeUsage(AttributeTargets.Field | AttributeTargets.Parameter, Inherited = false)]
8 public sealed class DecimalConstantAttribute : Attribute
9 {
10 // Token: 0x0600220B RID: 8715 RVA: 0x0004CD88 File Offset: 0x0004AF88
11 [CLSCompliant(false)]
12 public DecimalConstantAttribute(byte scale, byte sign, uint hi, uint mid, uint low)
13 {
14 }
15
16 // Token: 0x17000467 RID: 1127
17 // (get) Token: 0x0600220C RID: 8716 RVA: 0x0004CD9C File Offset: 0x0004AF9C
18 public decimal Value
19 {
20 get
21 {
22 decimal dec = this._dec;
23 int lo = this._dec.lo;
24 return dec;
25 }
26 }
27
28 // Token: 0x040012AF RID: 4783
29 private decimal _dec;
30 }
31}
class f__AnonymousType0<< Count > j__TPar
DecimalConstantAttribute(byte scale, byte sign, uint hi, uint mid, uint low)