# TypeMembers

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

## Summary

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

```csharp
System.Collections.Generic.IReadOnlyDictionary<string, ITypeMember> TypeMembers { get; }
```
