Table of Contents

Class YamlConverterExtensions

Namespace
Codebelt.Extensions.YamlDotNet.Converters
Assembly
Codebelt.Extensions.YamlDotNet.dll

Extension methods for the YamlConverter class.

public static class YamlConverterExtensions
Inheritance
Object
YamlConverterExtensions

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.