C# 클래스 YamlDotNet.Core.SimpleKey

파일 보기 프로젝트 열기: aaubry/YamlDotNet 1 사용 예제들

공개 메소드들

메소드 설명
SimpleKey ( ) : System
SimpleKey ( bool isPossible, bool isRequired, int tokenNumber, Cursor cursor ) : System

메소드 상세

SimpleKey() 공개 메소드

public SimpleKey ( ) : System
리턴 System

SimpleKey() 공개 메소드

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