ExpressionChildRange Class

Represents a set of expression children returned by IExpressionChildProvider.QueryChildren().

Definition

Namespace: VisualGDBExpressions
Assembly: VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
public class ExpressionChildRange
Inheritance
Object    ExpressionChildRange

Remarks

See the documentation for IExpressionChildProvider.QueryChildrenCount() for rationale.

Constructors

ExpressionChildRangeInitializes a new instance of the ExpressionChildRange class

Fields

Children Represents the list of the children contained in the range.
FirstChildIndex 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.

See Also