# TestClusterOptions Methods

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

## ToDictionary {#todictionary-e82bc9f6}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.testclusteroptions/methods/todictionary-e82bc9f6/)

[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.
