TypeListBasedExpressionFilter Constructor

Constructs an instance of TypeListBasedExpressionFilter given a list of supported types.

Definition

Namespace: VisualGDBExpressions
Assembly: VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
protected TypeListBasedExpressionFilter(
	params string[] supportedTypes
)

Parameters

supportedTypes  String
Contains a list of supported type names. Generic types (e.g. vector) should be suffixed with '<' (e.g. 'vector<')

See Also