System.Yaml.YamlTagPrefixes.YamlTagPrefixes C# (CSharp) Méthode

YamlTagPrefixes() public méthode

public YamlTagPrefixes ( Func error ) : System.Collections.Generic
error Func
Résultat System.Collections.Generic
        public YamlTagPrefixes(Func<string, object[], bool> error)
        {
            this.error = error;
        }