# TestClusterOptions.ToDictionary

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.testclusteroptions/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.testclusteroptions/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.TestingHost/TestClusterOptions.cs#L113-L153)

```csharp
public Dictionary<string, string> ToDictionary()
```

Converts these options into a dictionary.

### Returns

The options dictionary.
