Files
Apr2020-Cpp2Il-Dump/mscorlib/System/Runtime/Remoting/Metadata/SoapParameterAttribute.cs
T
niko 8fc35183db a
2026-04-11 22:19:20 +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: 0x020004F6 RID: 1270
[Token(Token = "0x20004F6")]
[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: 0x060028AA RID: 10410 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60028AA")]
[Address(RVA = "0x4093D0", Offset = "0x4081D0", VA = "0x1804093D0")]
public SoapParameterAttribute()
{
}
}
}