MessageFormatterProgressTracker.CanDeserialize(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks if a given Type is a closed generic of IProgress<T>.
public static bool CanDeserialize(Type objectType);
static member CanDeserialize : Type -> bool
Public Shared Function CanDeserialize (objectType As Type) As Boolean
Parameters
- objectType
- Type
The type which may be IProgress<T>.
Returns
true if given Type is IProgress<T>; otherwise, false.