13 lines
328 B
C#
13 lines
328 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Xml.Serialization
|
|
{
|
|
/// <summary>Maps a code entity in a .NET Framework Web service method to an element in a Web Services Description Language (WSDL) message.</summary>
|
|
// Token: 0x0200012E RID: 302
|
|
[Token(Token = "0x200012E")]
|
|
public class XmlMemberMapping
|
|
{
|
|
}
|
|
}
|