NumericsJsonContext.GetTypeInfo Method

Gets metadata for the specified type.

Definition

Namespace: Numerics.NET.Data.Json
Assembly: Numerics.NET.Data.Json (in Numerics.NET.Data.Json.dll) Version: 4.1.0
C#
public override JsonTypeInfo? GetTypeInfo(
	Type type
)

Parameters

type  Type
The type to fetch metadata for.

Return Value

JsonTypeInfo
The metadata for the specified type, or null if the context has no metadata for the type.

See Also