| InjectAttributeIsOrdered Property |
Gets or sets a value that indicates if the injected values should be ordered by its priority. This has only an effect if multiple components are injected.
Equivalent to
CreateManyOrdered(String, Object).
Namespace:
Cauldron.Activator
Assembly:
Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax public bool IsOrdered { get; set; }
Property Value
Type:
Boolean[Missing <value> documentation for "P:Cauldron.Activator.InjectAttribute.IsOrdered"]
See Also