GH_ExpressionString.Prev Property

GH_ExpressionStringPrev Property

Namespace:  Grasshopper.Kernel.Expressions
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public char this[
	int index
] { get; }
Public ReadOnly Property Prev ( 
	index As Integer
) As Char
	Get

Parameters

index
Type: SystemInt32

Property Value

Type: Char

[Missing <value> documentation for "P:Grasshopper.Kernel.Expressions.GH_ExpressionString.Prev(System.Int32)"]

See Also