Edit

Share via


MultiTargetingSupportService.IsSupportedType(Type) Method

Definition

Checks if a given type is supported by target framework.

public:
 abstract bool IsSupportedType(Type ^ type);
public abstract bool IsSupportedType (Type type);
abstract member IsSupportedType : Type -> bool
Public MustOverride Function IsSupportedType (type As Type) As Boolean

Parameters

type
Type

The type to be checked.

Returns

The given type that is supported by target framework.

Implements

Applies to