C# 클래스 FAQ.FAQListing

The faq listing.
파일 보기 프로젝트 열기: Offroadcode/faq-listing-editor 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Deserialize ( string json ) : FAQListing

Deserializes the JSON into the FAQ Listing.

메소드 상세

Deserialize() 공개 정적인 메소드

Deserializes the JSON into the FAQ Listing.
public static Deserialize ( string json ) : FAQListing
json string /// The json . ///
리턴 FAQListing