> ## 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: MigrateIds

> CDKTN Core API Reference for MigrateIds in CSharp.

* *Implements:* <a href="#cdktn.IAspect">IAspect</a>

For migrating past 0.17 where the feature flag for the old id generation logic was removed after being deprecated since 0.15.

## Initializers <a name="Initializers" id="cdktn.MigrateIds.Initializer" />

```csharp theme={null}
using Io.Cdktn;

new MigrateIds();
```

| **Name** | **Type** | **Description** |
| -------- | -------- | --------------- |

***

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

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

***

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

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

All aspects can visit an IConstruct.

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

* *Type:* Constructs.IConstruct

***
