Summary
Adds the specified field to the builder.
- Namespace
- ReactiveUI
.Testing - Containing Type
- IBuilderExtensions
Syntax
public static TBuilder With<TBuilder, TField>(this TBuilder builder, out TField field, TField value)
where TBuilder : IBuilder
Type Parameters
Name | Description |
---|---|
TBuilder | The type of the builder. |
TField | The type of the field. |
Parameters
Name | Type | Description |
---|---|---|
builder | TBuilder | This builder. |
field | TField | The field. |
value | TField | The value. |
Return Value
Type | Description |
---|---|
TBuilder | The builder. |