C# Class UnityEditor.iOS.Xcode.JsonDocument

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
indentString string
root JsonElementDict

Méthodes publiques

Méthode Description
WriteToFile ( string path ) : void
WriteToStream ( TextWriter tw ) : void
WriteToString ( ) : string

Private Methods

Méthode Description
AppendIndent ( StringBuilder sb, int indent ) : void
WriteArray ( StringBuilder sb, JsonElementArray el, int indent ) : void
WriteBoolean ( StringBuilder sb, bool value ) : void
WriteDict ( StringBuilder sb, JsonElementDict el, int indent ) : void
WriteDictKeyValue ( StringBuilder sb, string key, JsonElement value, int indent ) : void
WriteInteger ( StringBuilder sb, int value ) : void
WriteString ( StringBuilder sb, string str ) : void

Method Details

WriteToFile() public méthode

public WriteToFile ( string path ) : void
path string
Résultat void

WriteToStream() public méthode

public WriteToStream ( TextWriter tw ) : void
tw TextWriter
Résultat void

WriteToString() public méthode

public WriteToString ( ) : string
Résultat string

Property Details

indentString public_oe property

public string indentString
Résultat string

root public_oe property

public JsonElementDict root
Résultat JsonElementDict