Property | Type | Description | |
---|---|---|---|
content | IEnumerable |
Method | Description | |
---|---|---|
AddContent ( ITranslationUnit translationUnit ) : void |
|
|
Create ( ) : |
|
|
ProgramTranslationUnit ( |
Copy initializes a new instance of the ProgramTranslationUnit class. For testability. |
|
Translate ( ) : string |
Translate the unit into TypeScript.
|
Method | Description | |
---|---|---|
ProgramTranslationUnit ( ) : System |
Initializes a new instance of the ProgramTranslationUnit class.
|
public AddContent ( ITranslationUnit translationUnit ) : void | ||
translationUnit | ITranslationUnit | |
return | void |
public static Create ( ) : |
||
return |
protected ProgramTranslationUnit ( ) : System | ||
return | System |
public ProgramTranslationUnit ( |
||
other | ||
return | System |