ExpressionChildRangeFirstChildIndex Field

Returns the absolute index (in the child list) of the first element in Children. E.g. if the range represents expression children #2-3 (zero-based), FirstChildIndex will be 2 and Children will contain 2 items.

Definition

Namespace: VisualGDBExpressions
Assembly: VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
public int FirstChildIndex

Field Value

Int32

See Also