# IGeneralizedCopier Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.cloning.igeneralizedcopier/)

## IsSupportedType(Type) {#issupportedtype-system-type-dff5924e}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.cloning.igeneralizedcopier/methods/issupportedtype-system-type-dff5924e/)

```csharp
public abstract bool IsSupportedType(Type type)
```

Returns a value indicating whether the provided type is supported by this implementation.

### Parameters

- `type` (`Type`): The type.

### Returns

`true` if the type is supported type by this implementation; otherwise, `false`.
