Skip to main content
.NET 6.0+

CreateInstanceAttribute Constructors

Specifies that a Domain Component‘s target method will create Domain Component instances.
Name Parameters Description
CreateInstanceAttribute() none Initializes a new instance of the CreateInstanceAttribute.
CreateInstanceAttribute(Type) instanceType Initializes a new instance of the CreateInstanceAttribute and overrides the return type of the target method.
See Also