C# Class FAQ.FAQListing

The faq listing.
Afficher le fichier Open project: Offroadcode/faq-listing-editor Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Deserialize ( string json ) : FAQListing

Deserializes the JSON into the FAQ Listing.

Method Details

Deserialize() public static méthode

Deserializes the JSON into the FAQ Listing.
public static Deserialize ( string json ) : FAQListing
json string /// The json . ///
Résultat FAQListing