The ExpressionCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds a Expression by specifying the name and expression string.
| |
| Clear |
Removes all Expressions from the collection.
| |
| GetEnumerator |
Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
| |
| GetObjectEnumerator |
Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
| |
| RemoveAt |
Removes an Expression from the collection by the specified index.
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of Expression objects in the collection.
| |
| Item[([( Int32])]) | ||
| Item[([( String])]) |