Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

21 lines
563 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System.Reflection
{
/// <summary>Attaches a modifier to parameters so that binding can work with parameter signatures in which the types have been modified.</summary>
// Token: 0x02000235 RID: 565
[Token(Token = "0x2000235")]
[ComVisible(true)]
[DefaultMember("Item")]
[Serializable]
public struct ParameterModifier
{
// Token: 0x04000AD8 RID: 2776
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x4000AD8")]
private bool[] _byRef;
}
}