Method Generate
Generate(string)
Declaration
public static IEnumerable<EyeProjectFile> Generate(string fileName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | fileName |
Returns
| Type | Description |
|---|---|
| IEnumerable<EyeProjectFile> |
Generate(Project)
Declaration
public override IEnumerable<CodeFile> Generate(Project project)
Parameters
| Type | Name | Description |
|---|---|---|
| Project | project |
Returns
| Type | Description |
|---|---|
| IEnumerable<CodeFile> |