C# Class Pegasus.Workbench.Tutorial

Implements loading of tutorials.
Afficher le fichier Open project: otac0n/Pegasus Class Usage Examples

Méthodes publiques

Méthode Description
FindAll ( ) : IReadOnlyList

Loads all tutorials found in the assembly.

ToString ( ) : string

Private Methods

Méthode Description
Tutorial ( string name, string grammarText, string testText, string fileName ) : System

Method Details

FindAll() public static méthode

Loads all tutorials found in the assembly.
public static FindAll ( ) : IReadOnlyList
Résultat IReadOnlyList

ToString() public méthode

public ToString ( ) : string
Résultat string