Click or drag to resize

ObjectConstructorT Delegate

[Missing <summary> documentation for "T:Stimulsoft.Base.Json.Serialization.ObjectConstructor`1"]

Namespace:  Stimulsoft.Base.Json.Serialization
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public delegate Object ObjectConstructor<T>(
	params Object[] args
)

Parameters

args
Type: SystemObject

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Stimulsoft.Base.Json.Serialization.ObjectConstructor`1"]

Return Value

Type: Object
See Also