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
)
Public Delegate Function ObjectConstructor(Of T) (
ParamArray args As Object()
) As Object
Parameters
- args
- Type: SystemObject
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:Stimulsoft.Base.Json.Serialization.ObjectConstructor`1"]
Return Value
Type:
ObjectSee Also