Méthode | Description | |
---|---|---|
CustomJsonTextWriter ( |
||
WriteEndObject ( ) : void | ||
WriteNull ( ) : void | ||
WritePropertyName ( string name ) : void | ||
WritePropertyName ( string name, bool escape ) : void | ||
WriteStartObject ( ) : void |
Méthode | Description | |
---|---|---|
WriteEnd ( Xunit.JsonToken token ) : void |
public CustomJsonTextWriter ( |
||
textWriter | ||
Résultat | System |
protected WriteEnd ( Xunit.JsonToken token ) : void | ||
token | Xunit.JsonToken | |
Résultat | void |
public WritePropertyName ( string name ) : void | ||
name | string | |
Résultat | void |
public WritePropertyName ( string name, bool escape ) : void | ||
name | string | |
escape | bool | |
Résultat | void |