ValueMediatorInitializeOnLoadMethod
Attribute in Arbor.ValueFlow / Inherits from: System.Attribute
Description
Attribute that specifies the callback method to be called when ValueMeditor is initialized.
Remarks
The method that specifies this attribute is called during the initialization of ValueMeditor, so the ValueMeditor.Register{T} method can be called at that time for registration.