20 lines
748 B
C#
20 lines
748 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Xml.Schema
|
|
{
|
|
/// <summary>Represents the <see langword="unique" /> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to identify a unique constraint among a set of elements.</summary>
|
|
// Token: 0x0200023E RID: 574
|
|
[Token(Token = "0x200023E")]
|
|
public class XmlSchemaUnique : XmlSchemaIdentityConstraint
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaUnique" /> class.</summary>
|
|
// Token: 0x06001663 RID: 5731 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x6001663")]
|
|
[Address(RVA = "0x56DEF0", Offset = "0x56CEF0", VA = "0x18056DEF0")]
|
|
public XmlSchemaUnique()
|
|
{
|
|
}
|
|
}
|
|
}
|