BinaryFilterExpressionCollection Methods

The BinaryFilterExpressionCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a BinaryFilterExpressionItem object at the end of the collection.
Public methodClear
Removes all the elements from the collection.
Public methodContains
Determines whether an element is in the collection.
Public methodCopyTo
Copies the collection to the input array.
Public methodGetFirst
Gets the first item of the collection.
Public methodGetLast
Gets the last item of the collection.
Public methodIndexOf
Searches for the specified BinaryFilterExpressionItem in the collection and returns a zero-based index if found.
Public methodInsert
Inserts an element in the collection at a specified index.
Public methodIsFirst
Determines whether an element is the first item of the collection.
Public methodIsLast
Determines whether an element is the last item of the collection.
Public methodRemove
Removes the first occurrence of a specific object from the collection.
Public methodRemoveAt
Removes the element at the specified index from the collection.
Public methodToString
Creates a string representation of the current object.
(Inherited from Expression.)
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next