m
This commit is contained in:
@@ -0,0 +1,83 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Xml.Schema
|
||||
{
|
||||
/// <summary>Represents the enumerator for the <see cref="T:System.Xml.Schema.XmlSchemaObjectCollection" />.</summary>
|
||||
// Token: 0x02000247 RID: 583
|
||||
[Token(Token = "0x2000247")]
|
||||
public class XmlSchemaObjectEnumerator : IEnumerator
|
||||
{
|
||||
// Token: 0x060016B2 RID: 5810 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x60016B2")]
|
||||
[Address(RVA = "0x493D90", Offset = "0x492D90", VA = "0x180493D90")]
|
||||
internal XmlSchemaObjectEnumerator(IEnumerator enumerator)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Moves to the next item in the collection.</summary>
|
||||
/// <returns>
|
||||
/// <see langword="false" /> at the end of the collection.</returns>
|
||||
// Token: 0x060016B3 RID: 5811 RVA: 0x00009B10 File Offset: 0x00007D10
|
||||
[Token(Token = "0x60016B3")]
|
||||
[Address(RVA = "0x839AE0", Offset = "0x838AE0", VA = "0x180839AE0")]
|
||||
public bool MoveNext()
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
|
||||
/// <summary>Gets the current <see cref="T:System.Xml.Schema.XmlSchemaObject" /> in the collection.</summary>
|
||||
/// <returns>The current <see cref="T:System.Xml.Schema.XmlSchemaObject" />.</returns>
|
||||
// Token: 0x17000663 RID: 1635
|
||||
// (get) Token: 0x060016B4 RID: 5812 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x17000663")]
|
||||
public XmlSchemaObject Current
|
||||
{
|
||||
[Token(Token = "0x60016B4")]
|
||||
[Address(RVA = "0x839C20", Offset = "0x838C20", VA = "0x180839C20")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>For a description of this member, see <see cref="M:System.Xml.Schema.XmlSchemaObjectEnumerator.Reset" />.</summary>
|
||||
// Token: 0x060016B5 RID: 5813 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x60016B5")]
|
||||
[Address(RVA = "0x839B80", Offset = "0x838B80", VA = "0x180839B80", Slot = "6")]
|
||||
void IEnumerator.Reset()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>For a description of this member, see <see cref="M:System.Xml.Schema.XmlSchemaObjectEnumerator.MoveNext" />.</summary>
|
||||
/// <returns>The next <see cref="T:System.Xml.Schema.XmlSchemaObject" />.</returns>
|
||||
// Token: 0x060016B6 RID: 5814 RVA: 0x00009B28 File Offset: 0x00007D28
|
||||
[Token(Token = "0x60016B6")]
|
||||
[Address(RVA = "0x839B30", Offset = "0x838B30", VA = "0x180839B30", Slot = "4")]
|
||||
bool IEnumerator.MoveNext()
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
|
||||
/// <summary>For a description of this member, see <see cref="P:System.Xml.Schema.XmlSchemaObjectEnumerator.Current" />.</summary>
|
||||
/// <returns>The current <see cref="T:System.Xml.Schema.XmlSchemaObject" />.</returns>
|
||||
// Token: 0x17000664 RID: 1636
|
||||
// (get) Token: 0x060016B7 RID: 5815 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x17000664")]
|
||||
object IEnumerator.Current
|
||||
{
|
||||
[Token(Token = "0x60016B7")]
|
||||
[Address(RVA = "0x839BD0", Offset = "0x838BD0", VA = "0x180839BD0", Slot = "5")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x04000C50 RID: 3152
|
||||
[FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4000C50")]
|
||||
private IEnumerator enumerator;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user