# TypeMembers

Property in [FunctionType](https://docs.yarnspinner.dev/api/csharp/yarn/yarn.functiontype)

## Summary

Gets the collection of type information for this type's type members.

```csharp
public IReadOnlyDictionary<string, ITypeMember> TypeMembers { get }
```
