Class YamlConverterExtensions
- Assembly
- Codebelt.Extensions.YamlDotNet.dll
Extension methods for the YamlConverter class.
public static class YamlConverterExtensions
- Inheritance
-
ObjectYamlConverterExtensions
Methods
AddFailureConverter(ICollection<YamlConverter>)
Adds a Failure YAML converter to the collection.
public static ICollection<YamlConverter> AddFailureConverter(this ICollection<YamlConverter> converters)
Parameters
converters
ICollection<YamlConverter>The collection of YamlConverter to extend.
Returns
- ICollection<YamlConverter>
A reference to
converters
so that additional calls can be chained.