# TryGetValue(TKey,TValue)

Method in [SerializedDictionary](https://docs.yarnspinner.dev/2.1/api/csharp/yarn.unity/yarn.unity.serializeddictionary)

## Summary

```csharp
public bool TryGetValue(TKey key, out TValue value)
```

## Parameters

| Name           | Description |
| -------------- | ----------- |
| `TKey` key     |             |
| `TValue` value |             |
