C# 클래스 Common.YamlHelper

파일 보기 프로젝트 열기: magicdict/MongoCola

공개 메소드들

메소드 설명
CreateFile ( string fileName, List items ) : void

生成YAML文件

비공개 메소드들

메소드 설명
PrintYaml ( StreamWriter yamlDoc, int indentLevel, string item ) : void

打印

메소드 상세

CreateFile() 공개 정적인 메소드

生成YAML文件
public static CreateFile ( string fileName, List items ) : void
fileName string
items List
리턴 void