Show / Hide Table of Contents

Class EnumerableMethods

Helper class for accessing the methods of the System.Collections.Generic.IEnumerable<T> interface.

Inheritance
System.Object
EnumerableMethods
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Data.Linq.Expressions
Assembly: Kephas.Data.dll
Syntax
public static class EnumerableMethods

Properties

| Improve this Doc View Source

EnumerableAllGeneric

Gets the enumerable all generic.

Declaration
public static MethodInfo EnumerableAllGeneric { get; }
Property Value
Type Description
System.Reflection.MethodInfo
| Improve this Doc View Source

EnumerableContainsGeneric

Gets the enumerable contains generic.

Declaration
public static MethodInfo EnumerableContainsGeneric { get; }
Property Value
Type Description
System.Reflection.MethodInfo

The enumerable contains generic.

| Improve this Doc View Source

EnumerableCountGeneric

Gets the enumerable count generic.

Declaration
public static MethodInfo EnumerableCountGeneric { get; }
Property Value
Type Description
System.Reflection.MethodInfo

The enumerable count generic.

| Improve this Doc View Source

EnumerableEmptyAnyGeneric

Gets the enumerable empty any generic.

Declaration
public static MethodInfo EnumerableEmptyAnyGeneric { get; }
Property Value
Type Description
System.Reflection.MethodInfo
| Improve this Doc View Source

EnumerableLongCountGeneric

Gets the enumerable long count generic.

Declaration
public static MethodInfo EnumerableLongCountGeneric { get; }
Property Value
Type Description
System.Reflection.MethodInfo

The enumerable long count generic.

| Improve this Doc View Source

EnumerableNonEmptyAnyGeneric

Gets the enumerable non empty any generic.

Declaration
public static MethodInfo EnumerableNonEmptyAnyGeneric { get; }
Property Value
Type Description
System.Reflection.MethodInfo
| Improve this Doc View Source

EnumerableNonEmptyCountGeneric

Gets the enumerable count non empty generic.

Declaration
public static MethodInfo EnumerableNonEmptyCountGeneric { get; }
Property Value
Type Description
System.Reflection.MethodInfo

The enumerable count non empty generic.

| Improve this Doc View Source

EnumerableNonEmptyLongCountGeneric

Gets the enumerable long count non empty generic.

Declaration
public static MethodInfo EnumerableNonEmptyLongCountGeneric { get; }
Property Value
Type Description
System.Reflection.MethodInfo

The enumerable long count non empty generic.

| Improve this Doc View Source

EnumerableOfType

Gets the type of the enumerable of.

Declaration
public static MethodInfo EnumerableOfType { get; }
Property Value
Type Description
System.Reflection.MethodInfo
| Improve this Doc View Source

EnumerableSelectGeneric

Gets the enumerable select generic.

Declaration
public static MethodInfo EnumerableSelectGeneric { get; }
Property Value
Type Description
System.Reflection.MethodInfo
| Improve this Doc View Source

EnumerableTakeGeneric

Gets the enumerable take generic.

Declaration
public static MethodInfo EnumerableTakeGeneric { get; }
Property Value
Type Description
System.Reflection.MethodInfo
  • Improve this Doc
  • View Source
Back to top Generated by DocFX