# GrainInterfaceProperties Constructors

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleans.metadata.graininterfaceproperties/)

## GrainInterfaceProperties(ImmutableDictionary&lt;string, string&gt;) {#constructor-system-collections-immutable-immutabledictionary-string-string-05f3f21b}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleans.metadata.graininterfaceproperties/constructors/constructor-system-collections-immutable-immutabledictionary-string-string-05f3f21b/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core.Abstractions/Manifest/GrainInterfaceProperties.cs#L26-L32)

```csharp
public GrainInterfaceProperties(ImmutableDictionary<string, string> values)
```

Initializes a new instance of the [GrainInterfaceProperties](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleans.metadata.graininterfaceproperties/) class.

### Parameters

- `values` (`ImmutableDictionary<string, string>`): The interface property values.
