System.Yaml.YamlTagPrefixes.YamlTagPrefixes C# (CSharp) 메소드

YamlTagPrefixes() 공개 메소드

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