[]
Represents a collection of Expression objects.
public class ExpressionCollection : OwnedCollection, IList, ICollection, IEnumerable
Name | Description |
---|---|
ExpressionCollection(ICollectionOwner) | Initializes a new instance of the ExpressionCollection class. |
Name | Description |
---|---|
this[int] | Gets or sets the element at the specified index. |
Name | Description |
---|---|
Add(Expression) | Adds an Expression to the current collection. |
Add(string) | Creates an Expression specified by its text, and adds it to the current collection. |