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

23 lines
774 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System.Runtime.Remoting.Metadata
{
/// <summary>Customizes SOAP generation and processing for a parameter. This class cannot be inherited.</summary>
// Token: 0x02000512 RID: 1298
[Token(Token = "0x2000512")]
[AttributeUsage(AttributeTargets.Parameter)]
[ComVisible(true)]
public sealed class SoapParameterAttribute : SoapAttribute
{
/// <summary>Creates an instance of <see cref="T:System.Runtime.Remoting.Metadata.SoapParameterAttribute" />.</summary>
// Token: 0x06002AB7 RID: 10935 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002AB7")]
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
public SoapParameterAttribute()
{
}
}
}