5bjsonconverter 28typeof 28stringenumconverter 29 29 5d on list of enums

Solutions on MaxInterview for 5bjsonconverter 28typeof 28stringenumconverter 29 29 5d on list of enums by the best coders in the world

showing results for - " 5bjsonconverter 28typeof 28stringenumconverter 29 29 5d on list of enums"
Muhammed
06 Jul 2017
1class Example2
2{
3    [JsonProperty (ItemConverterType = typeof(StringEnumConverter))]
4    public IList<Size> Sizes { get; set; }
5}
6