Click or drag to resize

ObjectExtensions Class

Provides extensions methods for objects.
Inheritance Hierarchy
SystemObject
  SphinxConnector.FluentApi.UtilObjectExtensions

Namespace:  SphinxConnector.FluentApi.Util
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public static class ObjectExtensions
Methods
  NameDescription
Public methodStatic memberInT(T, IEnumerableT)
Returns true if obj is equal to any of the other arguments.
Public methodStatic memberInT(T, T)
Returns true if obj is equal to any of the other arguments.
Public methodStatic memberCode exampleInT(T, String)
Returns true if obj is equal to at least one of the elements of the user variable.
Public methodStatic memberIntervalT(T, IEnumerableT)
Returns the index of the value that is less than obj.
Public methodStatic memberIntervalT(T, T)
Returns the index of the value that is less than obj.
Public methodStatic memberNotInT(T, IEnumerableT)
Returns true if obj is not equal to any of the other arguments.
Public methodStatic memberNotInT(T, T)
Returns true if obj is not equal to any of the other arguments.
Public methodStatic memberNotInT(T, String)
Returns true if obj is not equal to any of the elements of the user variable.
Public methodStatic memberRemapT(T, ExpressionFuncInt32, IEnumerableInt32, IEnumerableInt32)
Allows you to make some exceptions of an expression value depending on condition values.
Public methodStatic memberRemapT(T, ExpressionFuncSingle, IEnumerableInt32, IEnumerableSingle)
Allows you to make some exceptions of an expression value depending on condition values.
Top
See Also