gpt4 book ai didi

c# - `EnumerableExecutor` 类的目的和用途是什么?

转载 作者:太空宇宙 更新时间:2023-11-03 11:37:19 25 4
gpt4 key购买 nike

这是 System.Linq.EnumerableExecutor 的文档.

我不知道它能做什么或用来做什么。下面是我从反射器得到的源代码:

public abstract class EnumerableExecutor
{
[TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
protected EnumerableExecutor(){}
}

public class EnumerableExecutor<T> : EnumerableExecutor
{
[TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public EnumerableExecutor(Expression expression){}
}

有人要吗?

最佳答案

正如文档中所述,我们的代码不打算使用它。它具有可能对框架内部有用的内部方法,例如:

internal T Execute();

internal override object ExecuteBoxed();

目的似乎是提供编译Expression、执行并返回结果的功能。

关于c# - `EnumerableExecutor` 类的目的和用途是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5817152/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com