# FirstInstructionIndex

Property in [BasicBlock](https://docs.yarnspinner.dev/2.2/api/csharp/yarn.compiler/yarn.compiler.basicblock)

## Summary

Gets the index of the first instruction of the node that this block is in.

```csharp
public int FirstInstructionIndex { get; set; }
```
