Table of Contents

Method GetTypeInfo

Namespace
MailFathom.Common.OAuth
Assembly
MailFathom.Common.dll

GetTypeInfo(Type)

Gets metadata for the specified type.

public override JsonTypeInfo? GetTypeInfo(Type type)

Parameters

type Type

The type to fetch metadata for.

Returns

JsonTypeInfo

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