Click or drag to resize
JsonMapperRegisterImporterTJson, TValue Method

[Missing <summary> documentation for "M:X3Platform.Json.JsonMapper.RegisterImporter``2(X3Platform.Json.ImporterFunc{``0,``1})"]

Namespace: X3Platform.Json
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static void RegisterImporter<TJson, TValue>(
	ImporterFunc<TJson, TValue> importer
)

Parameters

importer
Type: X3Platform.JsonImporterFuncTJson, TValue

[Missing <param name="importer"/> documentation for "M:X3Platform.Json.JsonMapper.RegisterImporter``2(X3Platform.Json.ImporterFunc{``0,``1})"]

Type Parameters

TJson

[Missing <typeparam name="TJson"/> documentation for "M:X3Platform.Json.JsonMapper.RegisterImporter``2(X3Platform.Json.ImporterFunc{``0,``1})"]

TValue

[Missing <typeparam name="TValue"/> documentation for "M:X3Platform.Json.JsonMapper.RegisterImporter``2(X3Platform.Json.ImporterFunc{``0,``1})"]

See Also