Represents a collection of QuerySubexpression objects.

Namespace:  Mindscape.LightSpeed.Querying
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
[SerializableAttribute]
public class QuerySubexpressionCollection : Collection<QuerySubexpression>
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class QuerySubexpressionCollection _
	Inherits Collection(Of QuerySubexpression)

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.Collection<(Of <(QuerySubexpression>)>)
    Mindscape.LightSpeed.Querying..::.QuerySubexpressionCollection

See Also