C# Class System.Yaml.YamlTagPrefixes

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

Méthodes publiques

Méthode 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

Méthode Description
Error ( string format ) : void

Method Details

Add() public méthode

public Add ( string tag_handle, string tag_prefix ) : void
tag_handle string
tag_prefix string
Résultat void

Reset() public méthode

public Reset ( ) : bool
Résultat bool

Resolve() public méthode

public Resolve ( string tag_handle, string tag_name ) : string
tag_handle string
tag_name string
Résultat string

SetupDefaultTagPrefixes() public méthode

public SetupDefaultTagPrefixes ( ) : void
Résultat void

YamlTagPrefixes() public méthode

public YamlTagPrefixes ( Func error ) : System.Collections.Generic
error Func
Résultat System.Collections.Generic