IMultiTargetingSupportService.IsSupportedType(Type) Method

Definition

Returns a value that indicates whether the specified type is supported.

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

Parameters

type
Type

The type to inspect.

Returns

true if the specified type is supported; otherwise, false.

Applies to