We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6107476 commit 7f7642fCopy full SHA for 7f7642f
NTestDataBuilder/TestDataBuilder.cs
@@ -80,7 +80,6 @@ public TBuilder Set<TValue>(Expression<Func<TObject, TValue>> property, TValue v
80
{
81
_properties[PropertyNameGetter.Get(property)] = value;
82
return this as TBuilder;
83
- return this as TBuilder;
84
}
85
86
/// <summary>
0 commit comments