Open sandboxFocus

Method Translate

Translate<T>(T?, IGenericContext?)

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