Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ValidationEventHandler
ValidationEventHandler System.Xml.Schema.XmlSchemaCollection.ValidationEventHandler
add
remove
Definition at line
54
of file
XmlSchemaCollection.cs
.
55
{
56
add
57
{
58
_validationEventHandler
= (
ValidationEventHandler
)
Delegate
.Combine(
_validationEventHandler
,
value
);
59
}
60
remove
61
{
62
_validationEventHandler
= (
ValidationEventHandler
)
Delegate
.Remove(
_validationEventHandler
,
value
);
63
}
64
}
System.Xml.Schema.XmlSchemaCollection._validationEventHandler
ValidationEventHandler _validationEventHandler
Definition
XmlSchemaCollection.cs:18
System.Xml.Schema.XmlSchemaCollection.ValidationEventHandler
ValidationEventHandler ValidationEventHandler
Definition
XmlSchemaCollection.cs:55
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
System.AttributeTargets.Delegate
@ Delegate
System
Xml
Schema
XmlSchemaCollection
Generated by
1.10.0