Table of Contents

Class UseExistingValueAttribute

Namespace
ForgeMap
Assembly
ForgeMap.Abstractions.dll

Marks a parameter as an existing value to forge into (mutate in place).

[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false, Inherited = false)]
public sealed class UseExistingValueAttribute : Attribute
Inheritance
object
Attribute
UseExistingValueAttribute