C# 클래스 System.Yaml.AnchorDictionary

파일 보기 프로젝트 열기: jbruening/YamlSerializer-Fork

공개 메소드들

메소드 설명
Add ( string anchor_name, YamlNode node ) : void
AnchorDictionary ( Func error ) : System.Collections.Generic
this ( string anchor_name ) : YamlNode

비공개 메소드들

메소드 설명
Error ( string format ) : bool

메소드 상세

Add() 공개 메소드

public Add ( string anchor_name, YamlNode node ) : void
anchor_name string
node YamlNode
리턴 void

AnchorDictionary() 공개 메소드

public AnchorDictionary ( Func error ) : System.Collections.Generic
error Func
리턴 System.Collections.Generic

this() 공개 메소드

public this ( string anchor_name ) : YamlNode
anchor_name string
리턴 YamlNode