ReplaceValues<T, TCondition, TValue> Replaces the values of type TCondition in T with TValue.
The type to be modified.
The condition to match for replacement.
The type to replace with.
The modified type.
Generated using TypeDoc
ReplaceValues<T, TCondition, TValue> Replaces the values of type TCondition in T with TValue.