C# Class TmdbWrapper.Movies.ProductionCountry

A country where a movie was produced.
Inheritance: ITmdbObject
ファイルを表示 Open project: Fishes/TMDbWrapper

Public Methods

Method Description
ITmdbObject ( JSONObject jsonObject ) : void
ToString ( ) : string

Return this instances ToString

Method Details

ITmdbObject() public method

public ITmdbObject ( JSONObject jsonObject ) : void
jsonObject JSONObject
return void

ToString() public method

Return this instances ToString
public ToString ( ) : string
return string