a
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
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()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user