TestFixtureBuilderExtensions.

With<TBuilder, TKey, TField>(TBuilder, Dictionary<TKey, TField>, IDictionary<TKey, TField>) Method

Summary

Adds the specified dictionary to the provided dictionary.

Syntax

public static TBuilder With<TBuilder, TKey, TField>(this TBuilder this, ref Dictionary<TKey, TField> dictionary, IDictionary<TKey, TField> keyValuePair)

Type Parameters

Name Description
TBuilder The type of the builder.
TKey The type of the key.
TField The type of the field.

Parameters

Name Type Description
this TBuilder The this.
dictionary Dictionary<TKey, TField> The dictionary.
keyValuePair IDictionary<TKey, TField> The key value pair.

Return Value

Type Description
TBuilder