C# Class FAQ.FAQItem

FAQItem is a FAQ Item.
Afficher le fichier Open project: Offroadcode/faq-listing-editor

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Deserialize ( string json ) : FAQItem

Deserializes the json into an FAQ Item.

Method Details

Deserialize() public static méthode

Deserializes the json into an FAQ Item.
public static Deserialize ( string json ) : FAQItem
json string /// The json . ///
Résultat FAQItem