| 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.2
Syntax public bool InjectFirst { get; set; }
Public Property InjectFirst As Boolean
Get
Set
public:
property bool InjectFirst {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean[Missing <value> documentation for "P:Cauldron.Activator.InjectAttribute.InjectFirst"]
See Also