C# 클래스 Newtonsoft.Json.JsonArrayAttribute

상속: JsonContainerAttribute
파일 보기 프로젝트 열기: JamesNK/Newtonsoft.Json

공개 메소드들

메소드 설명
JsonArrayAttribute ( ) : System

Initializes a new instance of the JsonArrayAttribute class.

JsonArrayAttribute ( bool allowNullItems ) : System

Initializes a new instance of the JsonObjectAttribute class with a flag indicating whether the array can contain null items.

JsonArrayAttribute ( string id ) : System

Initializes a new instance of the JsonArrayAttribute class with the specified container Id.

메소드 상세

JsonArrayAttribute() 공개 메소드

Initializes a new instance of the JsonArrayAttribute class.
public JsonArrayAttribute ( ) : System
리턴 System

JsonArrayAttribute() 공개 메소드

Initializes a new instance of the JsonObjectAttribute class with a flag indicating whether the array can contain null items.
public JsonArrayAttribute ( bool allowNullItems ) : System
allowNullItems bool A flag indicating whether the array can contain null items.
리턴 System

JsonArrayAttribute() 공개 메소드

Initializes a new instance of the JsonArrayAttribute class with the specified container Id.
public JsonArrayAttribute ( string id ) : System
id string The container Id.
리턴 System