Share via


MessageFormatterProgressTracker.CanSerialize(Type) Method

Definition

Checks if a given Type implements IProgress<T>.

public static bool CanSerialize(Type objectType);
static member CanSerialize : Type -> bool
Public Shared Function CanSerialize (objectType As Type) As Boolean

Parameters

objectType
Type

The type which may implement IProgress<T>.

Returns

true if given Type implements IProgress<T>; otherwise, false.

Applies to