Method | Description | |
---|---|---|
ExampleCode ( |
Create a new example class
|
|
OnNewFileCreated ( string fullPath ) : void | ||
RunExample ( ) : void |
Indicates if the Example has Console Output
|
Method | Description | |
---|---|---|
Console_Changed ( object sender, |
||
Input_Changed ( object sender, |
||
OnConsoleChanged ( ) : void | ||
OnInputChanged ( ) : void |
public ExampleCode ( |
||
example | Example structure from template parse | |
name | string | Title from TODO: |
category | string | Category from TODO: |
solutionFile | string | The solutionfilename |
return | System |
public OnNewFileCreated ( string fullPath ) : void | ||
fullPath | string | |
return | void |