C# Class System.Collections.Generic.DictionaryExtensions

Afficher le fichier Open project: managedfusion/managedfusion Class Usage Examples

Méthodes publiques

Méthode Description
ToJsonObject ( object>.this data, bool throwErrorOnMissingMethod = true ) : JsonObject
ToSafeJsonObject ( object>.this data ) : JsonObject

Method Details

ToJsonObject() public static méthode

public static ToJsonObject ( object>.this data, bool throwErrorOnMissingMethod = true ) : JsonObject
data object>.this
throwErrorOnMissingMethod bool
Résultat JsonObject

ToSafeJsonObject() public static méthode

public static ToSafeJsonObject ( object>.this data ) : JsonObject
data object>.this
Résultat JsonObject