C# 클래스 Schumix.Framework.Extensions.YamlExtensions

파일 보기 프로젝트 열기: Schumix/Schumix2

공개 프로퍼티들

프로퍼티 타입 설명
NullYMap YamlNode>.Dictionary

공개 메소드들

메소드 설명
ContainsKey ( YamlNode>.this Nodes, string Key ) : bool
GetYamlChildren ( YamlNode>.this Nodes, string Key ) : YamlNode>.IDictionary
ToString ( YamlNode>.this Nodes, string FileName = "" ) : string
ToYamlNode ( this Text ) : YamlScalarNode

메소드 상세

ContainsKey() 공개 정적인 메소드

public static ContainsKey ( YamlNode>.this Nodes, string Key ) : bool
Nodes YamlNode>.this
Key string
리턴 bool

GetYamlChildren() 공개 정적인 메소드

public static GetYamlChildren ( YamlNode>.this Nodes, string Key ) : YamlNode>.IDictionary
Nodes YamlNode>.this
Key string
리턴 YamlNode>.IDictionary

ToString() 공개 정적인 메소드

public static ToString ( YamlNode>.this Nodes, string FileName = "" ) : string
Nodes YamlNode>.this
FileName string
리턴 string

ToYamlNode() 공개 정적인 메소드

public static ToYamlNode ( this Text ) : YamlScalarNode
Text this
리턴 YamlDotNet.RepresentationModel.YamlScalarNode

프로퍼티 상세

NullYMap 공개적으로 정적으로 프로퍼티

public static Dictionary NullYMap
리턴 YamlNode>.Dictionary