> ## Documentation Index
> Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# CSharp: IAspect

> CDKTN Core API Reference for IAspect in CSharp.

* *Implemented By:* <a href="#cdktn.MigrateIds">MigrateIds</a>, <a href="#cdktn.IAspect">IAspect</a>

Represents an Aspect.

## Methods <a name="Methods" id="Methods" />

| **Name**                                              | **Description**                      |
| ----------------------------------------------------- | ------------------------------------ |
| <code><a href="#cdktn.IAspect.visit">Visit</a></code> | All aspects can visit an IConstruct. |

***

### `Visit` <a name="Visit" id="cdktn.IAspect.visit" />

```csharp theme={null}
private void Visit(IConstruct Node)
```

All aspects can visit an IConstruct.

#### `Node`<sup>Required</sup> <a name="Node" id="cdktn.IAspect.visit.parameter.node" />

* *Type:* Constructs.IConstruct

***
