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.

Properties

  NameDescription
Public propertyCount
Gets the number of Expression objects in the collection.
Public propertyItem[([( Int32])])
Public propertyItem[([( String])])

See Also