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 SourceEnumerableAllGeneric
Gets the enumerable all generic.
Declaration
public static MethodInfo EnumerableAllGeneric { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo |
EnumerableContainsGeneric
Gets the enumerable contains generic.
Declaration
public static MethodInfo EnumerableContainsGeneric { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo | The enumerable contains generic. |
EnumerableCountGeneric
Gets the enumerable count generic.
Declaration
public static MethodInfo EnumerableCountGeneric { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo | The enumerable count generic. |
EnumerableEmptyAnyGeneric
Gets the enumerable empty any generic.
Declaration
public static MethodInfo EnumerableEmptyAnyGeneric { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo |
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. |
EnumerableNonEmptyAnyGeneric
Gets the enumerable non empty any generic.
Declaration
public static MethodInfo EnumerableNonEmptyAnyGeneric { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo |
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. |
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. |
EnumerableOfType
Gets the type of the enumerable of.
Declaration
public static MethodInfo EnumerableOfType { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo |
EnumerableSelectGeneric
Gets the enumerable select generic.
Declaration
public static MethodInfo EnumerableSelectGeneric { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo |
EnumerableTakeGeneric
Gets the enumerable take generic.
Declaration
public static MethodInfo EnumerableTakeGeneric { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo |