55 lines
2.0 KiB
C#
55 lines
2.0 KiB
C#
using System;
|
|
using System.Collections;
|
|
using System.Text;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Xml.Serialization
|
|
{
|
|
/// <summary>Represents a collection of <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> objects.</summary>
|
|
// Token: 0x02000120 RID: 288
|
|
[Token(Token = "0x2000120")]
|
|
public class XmlArrayItemAttributes : CollectionBase
|
|
{
|
|
/// <summary>Gets or sets the item at the specified index.</summary>
|
|
/// <param name="index">The zero-based index of the collection member to get or set. </param>
|
|
/// <returns>The <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> at the specified index.</returns>
|
|
// Token: 0x1700036B RID: 875
|
|
[Token(Token = "0x1700036B")]
|
|
public XmlArrayItemAttribute this[int index]
|
|
{
|
|
[Token(Token = "0x6000CE4")]
|
|
[Address(RVA = "0x8922A0", Offset = "0x8912A0", VA = "0x1808922A0")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
|
|
/// <summary>Adds an <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> to the collection.</summary>
|
|
/// <param name="attribute">The <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> to add to the collection. </param>
|
|
/// <returns>The index of the added item.</returns>
|
|
// Token: 0x06000CE5 RID: 3301 RVA: 0x00006C48 File Offset: 0x00004E48
|
|
[Token(Token = "0x6000CE5")]
|
|
[Address(RVA = "0x892230", Offset = "0x891230", VA = "0x180892230")]
|
|
public int Add(XmlArrayItemAttribute attribute)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
// Token: 0x06000CE6 RID: 3302 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x6000CE6")]
|
|
[Address(RVA = "0x8920E0", Offset = "0x8910E0", VA = "0x1808920E0")]
|
|
internal void AddKeyHash(StringBuilder sb)
|
|
{
|
|
}
|
|
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> class. </summary>
|
|
// Token: 0x06000CE7 RID: 3303 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x6000CE7")]
|
|
[Address(RVA = "0x839930", Offset = "0x838930", VA = "0x180839930")]
|
|
public XmlArrayItemAttributes()
|
|
{
|
|
}
|
|
}
|
|
}
|