Click or drag to resize
CorrectableMessage.AddCorrection Method
Overload List
  NameDescription
Public methodAddCorrection(String, Int32)
Adds a new correction with the parameter specified and no func set whatsoever.
Public methodAddCorrection(String, Int32, Action)
Adds a new correction with the parameter specified and the goLocation func specified.
Public methodAddCorrection(String, Int32, Func<Boolean>)
Adds a new correction with the parameter specified and the correction func specified. If correctionFunc is not null, this message has to have CorrectionsAreChoices set to true
Top
See Also