using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System
{
/// Represents a variable-length argument list; that is, the parameters of a function that takes a variable number of arguments.
// Token: 0x0200016E RID: 366
[Token(Token = "0x200016E")]
[StructLayout(3)]
public struct ArgIterator
{
/// This method is not supported, and always throws .
/// An object to be compared to this instance.
/// This comparison is not supported. No value is returned.
/// This method is not supported.
// Token: 0x06000F19 RID: 3865 RVA: 0x0000C8E8 File Offset: 0x0000AAE8
[Token(Token = "0x6000F19")]
[Address(RVA = "0x2D02A70", Offset = "0x2D01A70", VA = "0x182D02A70", Slot = "0")]
public override bool Equals(object o)
{
return default(bool);
}
/// Returns the hash code of this object.
/// A 32-bit signed integer hash code.
// Token: 0x06000F1A RID: 3866 RVA: 0x0000C900 File Offset: 0x0000AB00
[Token(Token = "0x6000F1A")]
[Address(RVA = "0x592FE0", Offset = "0x591FE0", VA = "0x180592FE0", Slot = "2")]
public override int GetHashCode()
{
return 0;
}
// Token: 0x04000609 RID: 1545
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x4000609")]
private IntPtr sig;
// Token: 0x0400060A RID: 1546
[global::Cpp2IlInjected.FieldOffset(Offset = "0x8")]
[Token(Token = "0x400060A")]
private IntPtr args;
// Token: 0x0400060B RID: 1547
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x400060B")]
private int next_arg;
// Token: 0x0400060C RID: 1548
[global::Cpp2IlInjected.FieldOffset(Offset = "0x14")]
[Token(Token = "0x400060C")]
private int num_args;
}
}