C# Class YamlDotNet.Core.SimpleKey

Afficher le fichier Open project: aaubry/YamlDotNet Class Usage Examples

Méthodes publiques

Méthode Description
SimpleKey ( ) : System
SimpleKey ( bool isPossible, bool isRequired, int tokenNumber, Cursor cursor ) : System

Method Details

SimpleKey() public méthode

public SimpleKey ( ) : System
Résultat System

SimpleKey() public méthode

public SimpleKey ( bool isPossible, bool isRequired, int tokenNumber, Cursor cursor ) : System
isPossible bool
isRequired bool
tokenNumber int
cursor Cursor
Résultat System