Method GetTranslationUnit
GetTranslationUnit(int)
Returns the translation unit for the selected index.
Declaration
ITranslationUnit GetTranslationUnit(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The index of the translation unit to return. |
Returns
| Type | Description |
|---|---|
| ITranslationUnit | The translation unit or null if one does not exist for the selected index. |