MarkDownFormatter.DetermineInlineWrapListReverse(Func<String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if a reverse is requested, if the list characters are inside the Selection.
protected virtual bool DetermineInlineWrapListReverse(Func<string> listChar);
abstract member DetermineInlineWrapListReverse : Func<string> -> bool
override this.DetermineInlineWrapListReverse : Func<string> -> bool
Protected Overridable Function DetermineInlineWrapListReverse (listChar As Func(Of String)) As Boolean
Parameters
Returns
Is it reversing?