EnumerableExecutor<T> Clase
Definición
Representa un árbol de expresión y proporciona características para ejecutarlo después de que se lo reescribe.Represents an expression tree and provides functionality to execute the expression tree after rewriting it.
Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.
generic <typename T>
public ref class EnumerableExecutor : System::Linq::EnumerableExecutor
public class EnumerableExecutor<T> : System.Linq.EnumerableExecutor
type EnumerableExecutor<'T> = class
inherit EnumerableExecutor
Public Class EnumerableExecutor(Of T)
Inherits EnumerableExecutor
Parámetros de tipo
- T
Tipo de datos del valor que es el resultado de ejecutar el árbol de expresión.The data type of the value that results from executing the expression tree.
- Herencia
Constructores
EnumerableExecutor<T>(Expression) |
Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código. Inicializa una nueva instancia de la clase EnumerableExecutor<T>.Initializes a new instance of the EnumerableExecutor<T> class. |
Métodos
Equals(Object) |
Determina si el objeto especificado es igual que el objeto actual.Determines whether the specified object is equal to the current object. (Heredado de Object) |
GetHashCode() |
Sirve como la función hash predeterminada.Serves as the default hash function. (Heredado de Object) |
GetType() |
Obtiene el Type de la instancia actual.Gets the Type of the current instance. (Heredado de Object) |
MemberwiseClone() |
Crea una copia superficial del Object actual.Creates a shallow copy of the current Object. (Heredado de Object) |
ToString() |
Devuelve una cadena que representa el objeto actual.Returns a string that represents the current object. (Heredado de Object) |