# NodeNames

Property in [Dialogue](https://docs.yarnspinner.dev/2.0/api/csharp/yarn/yarn.dialogue)

## Summary

Gets the names of the nodes in the currently loaded Program.

```csharp
public IEnumerable<string> NodeNames
{
            get; }
```
