[Missing <summary> documentation for "T:X3Platform.Json.ExporterFunc`1"]
Namespace: X3Platform.JsonAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic delegate void ExporterFunc<T>(
T obj,
JsonWriter writer
)
generic<typename T>
public delegate void ExporterFunc(
T obj,
JsonWriter^ writer
)
Parameters
- obj
- Type: T
- writer
- Type: X3Platform.JsonJsonWriter
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:X3Platform.Json.ExporterFunc`1"]
See Also