# BlockNodes

> An IEnumerable collection of the BlockNode s contained in this context node.

## Definition

* **Type:** Property
* **Namespace:** [Unity.GraphToolkit.Editor](/engine/6000.6/script-reference/unity/graphtoolkit/editor.md)
* **Assembly:** UnityEditor

```csharp
public IEnumerable<BlockNode> BlockNodes { get; }
```

### Remarks

The returned collection reflects the current order and content of the context's block list.
