T3000 CrossPlatform Documentation
RangeGetPlacesCyclic Method |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:FastColoredTextBoxNS.Range.GetPlacesCyclic(FastColoredTextBoxNS.Place,System.Boolean)"]
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public IEnumerable<Place> GetPlacesCyclic( Place startPlace, bool backward = false )
Public Function GetPlacesCyclic ( startPlace As Place, Optional backward As Boolean = false ) As IEnumerable(Of Place) Dim instance As Range Dim startPlace As Place Dim backward As Boolean Dim returnValue As IEnumerable(Of Place) returnValue = instance.GetPlacesCyclic(startPlace, backward)
Parameters
- startPlace
- Type: FastColoredTextBoxNSPlace
[Missing <param name="startPlace"/> documentation for "M:FastColoredTextBoxNS.Range.GetPlacesCyclic(FastColoredTextBoxNS.Place,System.Boolean)"]
- backward (Optional)
- Type: SystemBoolean
[Missing <param name="backward"/> documentation for "M:FastColoredTextBoxNS.Range.GetPlacesCyclic(FastColoredTextBoxNS.Place,System.Boolean)"]
Return Value
Type: IEnumerablePlace[Missing <returns> documentation for "M:FastColoredTextBoxNS.Range.GetPlacesCyclic(FastColoredTextBoxNS.Place,System.Boolean)"]
See Also