Click or drag to resize
EnumerableExtensions Methods

The EnumerableExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberInT(IEnumerableT, IEnumerableT)
Returns true if enumerable contains a value that is equal to any of the other arguments.
Public methodStatic memberCode exampleInT(IEnumerableT, String)
Returns true if enumerable contains a value that is equal to any elements in the user variable.
Public methodStatic memberInT(IEnumerableT, T)
Returns true if enumerable contains a value that is equal to any of the other arguments.
Public methodStatic memberIndexOfT
Returns the index of the first element that matches the given predicate.
Public methodStatic memberNotInT(IEnumerableT, IEnumerableT)
Returns true if enumerable does not contain a value that is equal to any of the other arguments.
Public methodStatic memberNotInT(IEnumerableT, String)
Returns true if enumerable does not contain a value that is equal to any of the elements of the user variable.
Public methodStatic memberNotInT(IEnumerableT, T)
Returns true if enumerable does not contain a value that is equal to any of the other arguments.
Top
See Also