C# 클래스 YaYAML.Yaml

파일 보기 프로젝트 열기: jagregory/yayaml

공개 메소드들

메소드 설명
ParseFile ( string path ) : YamlDocument
ParseText ( string content ) : YamlDocument

메소드 상세

ParseFile() 공개 메소드

public ParseFile ( string path ) : YamlDocument
path string
리턴 YamlDocument

ParseText() 공개 메소드

public ParseText ( string content ) : YamlDocument
content string
리턴 YamlDocument