> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/api/csharp/yarn.compiler/yarn.compiler.nodedebuginfo/yarn.compiler.nodedebuginfo.isimplicit.md).

# IsImplicit

Property in [NodeDebugInfo](/api/csharp/yarn.compiler/yarn.compiler.nodedebuginfo.md)

## Summary

Gets or sets a value indicating whether this node was created by the compiler.

```csharp
public bool IsImplicit { get; internal set; }
```

## Remarks

Nodes that exist in a .yarn file have an [IsImplicit](/api/csharp/yarn.compiler/yarn.compiler.nodedebuginfo/yarn.compiler.nodedebuginfo.isimplicit.md) value of `false` . Nodes that are generated by the compiler include smart variable implementations, and node group 'hub' nodes.
