|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| Number (NumberLevel level, string count, string from, string value, string format, string lang, string letterValue, string groupingSeparator, string groupingSize, XslVersion xslVer) | |
| void | SetContent (List< XslNode > content) |
| void | AddContent (XslNode node) |
| void | InsertContent (IEnumerable< XslNode > collection) |
Public Attributes | |
| readonly NumberLevel | Level |
| readonly string | Count |
| readonly string | From |
| readonly string | Value |
| readonly string | Format |
| readonly string | Lang |
| readonly string | LetterValue |
| readonly string | GroupingSeparator |
| readonly string | GroupingSize |
| readonly XslNodeType | NodeType |
| ISourceLineInfo | SourceLine |
| NsDecl | Namespaces |
| readonly QilName | Name |
| readonly object | Arg |
| readonly XslVersion | XslVersion |
| XslFlags | Flags |
Properties | |
| string | Select [get] |
| bool | ForwardsCompatible [get] |
| IList< XslNode > | Content [get] |
Private Attributes | |
| List< XslNode > | _content |
Static Private Attributes | |
| static readonly IList< XslNode > | s_emptyList = new List<XslNode>().AsReadOnly() |