Click or drag to resize

ObjectExtensions Methods

The ObjectExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodInT(T, IEnumerableT) Returns true if obj is equal to any of the other arguments.
Public Extension MethodInT(T, T) Returns true if obj is equal to any of the other arguments.
Public Extension MethodCode exampleInT(T, String) Returns true if obj is equal to at least one of the elements of the user variable.
Public Extension MethodIntervalT(T, IEnumerableT) Returns the index of the value that is less than obj.
Public Extension MethodIntervalT(T, T) Returns the index of the value that is less than obj.
Public Extension MethodNotInT(T, IEnumerableT) Returns true if obj is not equal to any of the other arguments.
Public Extension MethodNotInT(T, T) Returns true if obj is not equal to any of the other arguments.
Public Extension MethodNotInT(T, String) Returns true if obj is not equal to any of the elements of the user variable.
Public Extension MethodRemapT(T, ExpressionFuncInt32, IEnumerableInt32, IEnumerableInt32) Allows you to make some exceptions of an expression value depending on condition values.
Public Extension MethodRemapT(T, ExpressionFuncSingle, IEnumerableInt32, IEnumerableSingle) Allows you to make some exceptions of an expression value depending on condition values.
Top
See Also