Open sandboxFocus

Property ForwardSourceConstructors

ForwardSourceConstructors

Gets a strategy that generates a forwarding constructor for every source constructor that the framework mutates. Aspect-introduced constructors are not themselves overloaded. Call WithObsoleteAttribute(string?, bool) on the returned instance to additionally decorate the generated forwarding constructor with ObsoleteAttribute.

Declaration
public static ForwardConstructorStrategy ForwardSourceConstructors { get; }
Property Value
Type Description
ForwardConstructorStrategy