Click or drag to resize

EnumerableExtensions Class

Provides extensions methods for implementors of IEnumerableT
Inheritance Hierarchy
SystemObject
  SphinxConnector.FluentApi.UtilEnumerableExtensions

Namespace: SphinxConnector.FluentApi.Util
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public static class EnumerableExtensions

The EnumerableExtensions type exposes the following members.

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