Click or drag to resize
ImporterFuncTJson, TValue Delegate

[Missing <summary> documentation for "T:X3Platform.Json.ImporterFunc`2"]

Namespace: X3Platform.Json
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public delegate TValue ImporterFunc<TJson, TValue>(
	TJson input
)

Parameters

input
Type: TJson

Type Parameters

TJson

[Missing <typeparam name="TJson"/> documentation for "T:X3Platform.Json.ImporterFunc`2"]

TValue

[Missing <typeparam name="TValue"/> documentation for "T:X3Platform.Json.ImporterFunc`2"]

Return Value

Type: TValue
See Also