C# 클래스 System.Yaml.YamlTagPrefixes

Reset(); SetupDefaultTagPrefixes(); Add(tag_handle, tag_prefix); verbatim_tag = Resolve(tag_handle, tag_name);
파일 보기 프로젝트 열기: jbruening/YamlSerializer-Fork

공개 메소드들

메소드 설명
Add ( string tag_handle, string tag_prefix ) : void
Reset ( ) : bool
Resolve ( string tag_handle, string tag_name ) : string
SetupDefaultTagPrefixes ( ) : void
YamlTagPrefixes ( Func error ) : System.Collections.Generic

비공개 메소드들

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

메소드 상세

Add() 공개 메소드

public Add ( string tag_handle, string tag_prefix ) : void
tag_handle string
tag_prefix string
리턴 void

Reset() 공개 메소드

public Reset ( ) : bool
리턴 bool

Resolve() 공개 메소드

public Resolve ( string tag_handle, string tag_name ) : string
tag_handle string
tag_name string
리턴 string

SetupDefaultTagPrefixes() 공개 메소드

public SetupDefaultTagPrefixes ( ) : void
리턴 void

YamlTagPrefixes() 공개 메소드

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