# Labels

Property in [Node](https://docs.yarnspinner.dev/2.5/api/csharp/yarn/yarn.node)

## Summary

A jump table, mapping the names of labels to positions in the instructions list.

```csharp
public pbc::MapField<string, int> Labels {
      get; }
```
