Translate<T>(T?, IGenericContext?)
Declaration
T? Translate<T>(T? compilationElement, IGenericContext? genericContext = null) where T : class, ICompilationElementParameters
| Type | Name | Description |
|---|---|---|
| T | compilationElement | |
| IGenericContext | genericContext |
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |