The ExpressionCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds a Expression by specifying the name and expression string.
Public methodClear
Removes all Expressions from the collection.
Public methodGetEnumerator
Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
Public methodGetObjectEnumerator
Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
Public methodRemoveAt
Removes an Expression from the collection by the specified index.

See Also