Files
27Aug2021-Cpp2IL-Dump/System.Xml/System/Xml/Schema/XmlValueGetter.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

13 lines
729 B
C#

using System;
using Cpp2IlInjected;
namespace System.Xml.Schema
{
/// <summary>A <see langword="delegate" /> used by the <see cref="T:System.Xml.Schema.XmlSchemaValidator" /> class to pass attribute, text, and white space values as a Common Language Runtime (CLR) type compatible with the XML Schema Definition Language (XSD) type of the attribute, text, or white space.</summary>
/// <returns>An object containing the attribute, text, or white space value. The object is a CLR type that that corresponds to the XSD type of the attribute, text, or white space value.</returns>
// Token: 0x02000261 RID: 609
// (Invoke) Token: 0x0600177B RID: 6011
[Token(Token = "0x2000261")]
public delegate object XmlValueGetter();
}