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