# Sandbox.Internal.TypeLibrary.GetGenericTypes

```csharp
IReadOnlyList<TypeDescription> GetGenericTypes(System.Type type, System.Type[] types)
```

Get a list of types that implement this generic type

### Parameters

- `type` (`System.Type`)
- `types` (`System.Type[]`)

### Returns

`IReadOnlyList<TypeDescription>`

Declared in [Sandbox.Internal.TypeLibrary](/api/Sandbox.Internal.TypeLibrary).
Assembly: `Sandbox.Reflection`.
