Méthode | Description | |
---|---|---|
Add ( string key, bool value, bool withSeparator = false ) : void | ||
Add ( string key, byte value, bool withSeparator = false ) : void | ||
Add ( string key, char value, bool withSeparator = false ) : void | ||
Add ( string key, decimal value, bool withSeparator = false ) : void | ||
Add ( string key, double value, bool withSeparator = false ) : void | ||
Add ( string key, float value, bool withSeparator = false ) : void | ||
Add ( string key, int value, bool withSeparator = false ) : void | ||
Add ( string key, long value, bool withSeparator = false ) : void | ||
Add ( string key, object value, bool withSeparator = false ) : void | ||
Add ( string key, sbyte value, bool withSeparator = false ) : void | ||
Add ( string key, string value, bool withSeparator = false ) : void | ||
Add ( string key, uint value, bool withSeparator = false ) : void | ||
Add ( string key, ulong value, bool withSeparator = false ) : void | ||
AddEndObject ( ) : void | ||
AddKey ( string k ) : void | ||
AddMemberSeparator ( ) : void | ||
AddNonQuoted ( int value ) : void | ||
AddPairSeparator ( ) : void | ||
AddQuoted ( string value ) : void | ||
AddStartObject ( ) : void | ||
AddType ( string typeName, bool withSeparator = false ) : void | ||
AssistantDumper ( ) : System | ||
DecrementDepth ( ) : void | ||
HandleMemberSeparator ( bool withSeparator ) : void | ||
IncrementDepth ( ) : void | ||
MaximumDepthExceeded ( ) : bool | ||
ToString ( ) : string |
Méthode | Description | |
---|---|---|
AddKeyWithSeparator ( string key ) : void |
public Add ( string key, bool value, bool withSeparator = false ) : void | ||
key | string | |
value | bool | |
withSeparator | bool | |
Résultat | void |
public Add ( string key, byte value, bool withSeparator = false ) : void | ||
key | string | |
value | byte | |
withSeparator | bool | |
Résultat | void |
public Add ( string key, char value, bool withSeparator = false ) : void | ||
key | string | |
value | char | |
withSeparator | bool | |
Résultat | void |
public Add ( string key, decimal value, bool withSeparator = false ) : void | ||
key | string | |
value | decimal | |
withSeparator | bool | |
Résultat | void |
public Add ( string key, double value, bool withSeparator = false ) : void | ||
key | string | |
value | double | |
withSeparator | bool | |
Résultat | void |
public Add ( string key, float value, bool withSeparator = false ) : void | ||
key | string | |
value | float | |
withSeparator | bool | |
Résultat | void |
public Add ( string key, int value, bool withSeparator = false ) : void | ||
key | string | |
value | int | |
withSeparator | bool | |
Résultat | void |
public Add ( string key, long value, bool withSeparator = false ) : void | ||
key | string | |
value | long | |
withSeparator | bool | |
Résultat | void |
public Add ( string key, object value, bool withSeparator = false ) : void | ||
key | string | |
value | object | |
withSeparator | bool | |
Résultat | void |
public Add ( string key, sbyte value, bool withSeparator = false ) : void | ||
key | string | |
value | sbyte | |
withSeparator | bool | |
Résultat | void |
public Add ( string key, string value, bool withSeparator = false ) : void | ||
key | string | |
value | string | |
withSeparator | bool | |
Résultat | void |
public Add ( string key, uint value, bool withSeparator = false ) : void | ||
key | string | |
value | uint | |
withSeparator | bool | |
Résultat | void |
public Add ( string key, ulong value, bool withSeparator = false ) : void | ||
key | string | |
value | ulong | |
withSeparator | bool | |
Résultat | void |
public AddType ( string typeName, bool withSeparator = false ) : void | ||
typeName | string | |
withSeparator | bool | |
Résultat | void |
public HandleMemberSeparator ( bool withSeparator ) : void | ||
withSeparator | bool | |
Résultat | void |