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

Error() private méthode

private Error ( string format ) : void
format string
Résultat void
        void Error(string format, params object[] args)
        {
            error(format, args);
        }