C# Class Pegasus.Workbench.Tutorial

Implements loading of tutorials.
Mostrar archivo Open project: otac0n/Pegasus Class Usage Examples

Public Methods

Method Description
FindAll ( ) : IReadOnlyList

Loads all tutorials found in the assembly.

ToString ( ) : string

Private Methods

Method Description
Tutorial ( string name, string grammarText, string testText, string fileName ) : System

Method Details

FindAll() public static method

Loads all tutorials found in the assembly.
public static FindAll ( ) : IReadOnlyList
return IReadOnlyList

ToString() public method

public ToString ( ) : string
return string