StaticChildProvider Class

This class implements the IExpressionChildProvider interface required by VisualGDB for a fixed collection of IExpression implementations representing child nodes of a filtered expression.

Definition

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

Constructors

StaticChildProvider(IExpression)Initializes a new instance of the StaticChildProvider class
StaticChildProvider(ListIExpression)Initializes a new instance of the StaticChildProvider class

Properties

Methods

See Also