Numerics Json Context.Get Type Info 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#
The metadata for the specified type, or null if the context has no metadata for the type.
Assembly: Numerics.NET.Data.Json (in Numerics.NET.Data.Json.dll) Version: 4.1.0
public override JsonTypeInfo? GetTypeInfo(
Type type
)
Parameters
- type Type
- The type to fetch metadata for.
Return Value
JsonTypeInfoThe metadata for the specified type, or null if the context has no metadata for the type.