Click or drag to resize

LinqExtensionMethods Class

A collection of methods for use with the new LINQ model
Inheritance Hierarchy
SystemObject
  Couchbase.Lite.Internal.LinqLinqExtensionMethods

Namespace:  Couchbase.Lite.Internal.Linq
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
public static class LinqExtensionMethods

The LinqExtensionMethods type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAnyAndEveryT
Returns whether or not the collection has at least one item AND at least one item matching the given pattern
Public methodStatic memberBetween(Byte, Byte, Byte)
Returns if a given Byte is between a given min and max
Public methodStatic memberBetween(Int16, Int16, Int16)
Returns if a given Int16 is between a given min and max
Public methodStatic memberBetween(Int32, Int32, Int32)
Returns if a given Int32 is between a given min and max
Public methodStatic memberBetween(Int64, Int64, Int64)
Returns if a given Int64 is between a given min and max
Public methodStatic memberBetween(SByte, SByte, SByte)
Returns if a given SByte is between a given min and max
Public methodStatic memberBetween(UInt16, UInt16, UInt16)
Returns if a given UInt16 is between a given min and max
Public methodStatic memberBetween(UInt32, UInt32, UInt32)
Returns if a given UInt32 is between a given min and max
Public methodStatic memberBetween(UInt64, UInt64, UInt64)
Returns if a given UInt64 is between a given min and max
Public methodStatic memberIsRegexMatch
Returns whether or not the given String matches a given regular expression
Top
See Also