# Methods

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

## Summary

Gets the collection of methods that are defined on this type.

```csharp
public virtual IReadOnlyDictionary<string, Delegate> Methods { get }
```
