| InjectAttributeInjectFirst Property |
Gets or sets a value that indicates if the implementation with the highest priority is injected even though there are multiple implementations available.
Equivalent to
CreateFirst(String, Object).
Namespace:
Cauldron.Activator
Assembly:
Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax public bool InjectFirst { get; set; }
Property Value
Type:
Boolean[Missing <value> documentation for "P:Cauldron.Activator.InjectAttribute.InjectFirst"]
See Also