Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DecimalFormats.cs
Go to the documentation of this file.
1
using
System.Collections.ObjectModel
;
2
3
namespace
System.Xml.Xsl.Xslt
;
4
5
internal
sealed
class
DecimalFormats
:
KeyedCollection
<XmlQualifiedName, DecimalFormatDecl>
6
{
7
protected
override
XmlQualifiedName
GetKeyForItem
(
DecimalFormatDecl
format
)
8
{
9
return
format
.
Name
;
10
}
11
}
System.Collections.ObjectModel.KeyedCollection
Definition
KeyedCollection.cs:13
System.Xml.XmlQualifiedName.Name
string Name
Definition
XmlQualifiedName.cs:17
System.Xml.XmlQualifiedName
Definition
XmlQualifiedName.cs:6
System.Xml.Xsl.Xslt.DecimalFormatDecl
Definition
DecimalFormatDecl.cs:4
System.Xml.Xsl.Xslt.DecimalFormats.GetKeyForItem
override XmlQualifiedName GetKeyForItem(DecimalFormatDecl format)
Definition
DecimalFormats.cs:7
System.Xml.Xsl.Xslt.DecimalFormats
Definition
DecimalFormats.cs:6
System.Collections.ObjectModel
Definition
EventArgsCache.cs:4
System.Xml.Xsl.Xslt
Definition
AstFactory.cs:3
System.ExceptionArgument.format
@ format
source
System.Private.Xml
System.Xml.Xsl.Xslt
DecimalFormats.cs
Generated by
1.10.0