Click or drag to resize

JsonSubtypes Constructor (String)

Initializes a new instance of the JsonSubtypes class

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public JsonSubtypes(
	string jsonDiscriminatorPropertyName
)
Request Example View Source

Parameters

jsonDiscriminatorPropertyName
Type: SystemString
See Also