C-DEngine 5.105

JsonPropertyAttribute..::..ItemConverterType Property

Gets or sets the JsonConverter used when serializing the property's collection items.

Namespace:  cdeNewtonsoft.Json
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Type ItemConverterType { get; set; }
Public Property ItemConverterType As Type
	Get
	Set
public:
property Type^ ItemConverterType {
	Type^ get ();
	void set (Type^ value);
}

Field Value

The collection's items JsonConverter.