ImporterFuncTJson, TValue Delegate |
[Missing <summary> documentation for "T:X3Platform.Json.ImporterFunc`2"]
Namespace: X3Platform.JsonAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic delegate TValue ImporterFunc<TJson, TValue>(
TJson input
)
generic<typename TJson, typename TValue>
public delegate TValue ImporterFunc(
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