T3000 CrossPlatform Documentation
IronyFCTBGetTokenRange Method |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:FastColoredTextBoxNS.IronyFCTB.GetTokenRange(Irony.Parsing.Token)"]
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBoxNS (in FastColoredTextBoxNS.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Range GetTokenRange( Token t )
Public Function GetTokenRange ( t As Token ) As Range Dim instance As IronyFCTB Dim t As Token Dim returnValue As Range returnValue = instance.GetTokenRange(t)
Parameters
- t
- Type: Token
[Missing <param name="t"/> documentation for "M:FastColoredTextBoxNS.IronyFCTB.GetTokenRange(Irony.Parsing.Token)"]
Return Value
Type: Range[Missing <returns> documentation for "M:FastColoredTextBoxNS.IronyFCTB.GetTokenRange(Irony.Parsing.Token)"]
See Also