Click or drag to resize

JsonSubtypesKnownSubTypeAttribute Constructor

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public KnownSubTypeAttribute(
	Type subType,
	Object associatedValue
)
Request Example View Source

Parameters

subType
Type: SystemType
associatedValue
Type: SystemObject
See Also