Click or drag to resize
ExporterFuncT Delegate

[Missing <summary> documentation for "T:X3Platform.Json.ExporterFunc`1"]

Namespace: X3Platform.Json
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public delegate void ExporterFunc<T>(
	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