C# Class System.Yaml.YamlTagPrefixes

Reset(); SetupDefaultTagPrefixes(); Add(tag_handle, tag_prefix); verbatim_tag = Resolve(tag_handle, tag_name);
Datei anzeigen Open project: jbruening/YamlSerializer-Fork

Public Methods

Method Description
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

Private Methods

Method Description
Error ( string format ) : void

Method Details

Add() public method

public Add ( string tag_handle, string tag_prefix ) : void
tag_handle string
tag_prefix string
return void

Reset() public method

public Reset ( ) : bool
return bool

Resolve() public method

public Resolve ( string tag_handle, string tag_name ) : string
tag_handle string
tag_name string
return string

SetupDefaultTagPrefixes() public method

public SetupDefaultTagPrefixes ( ) : void
return void

YamlTagPrefixes() public method

public YamlTagPrefixes ( Func error ) : System.Collections.Generic
error Func
return System.Collections.Generic