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