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: 0x020004F6 RID: 1270 [Token(Token = "0x20004F6")] [AttributeUsage(AttributeTargets.Parameter)] [ComVisible(true)] public sealed class SoapParameterAttribute : SoapAttribute { /// Creates an instance of . // Token: 0x060028AA RID: 10410 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x60028AA")] [Address(RVA = "0x4093D0", Offset = "0x4081D0", VA = "0x1804093D0")] public SoapParameterAttribute() { } } }