C# Class YamlDotNet.Core.SimpleKey

Mostra file Open project: aaubry/YamlDotNet Class Usage Examples

Public Methods

Method Description
SimpleKey ( ) : System
SimpleKey ( bool isPossible, bool isRequired, int tokenNumber, Cursor cursor ) : System

Method Details

SimpleKey() public method

public SimpleKey ( ) : System
return System

SimpleKey() public method

public SimpleKey ( bool isPossible, bool isRequired, int tokenNumber, Cursor cursor ) : System
isPossible bool
isRequired bool
tokenNumber int
cursor Cursor
return System