1. <tfoot id='BeIE7'></tfoot>

      <small id='BeIE7'></small><noframes id='BeIE7'>

        <bdo id='BeIE7'></bdo><ul id='BeIE7'></ul>

      <legend id='BeIE7'><style id='BeIE7'><dir id='BeIE7'><q id='BeIE7'></q></dir></style></legend>
      <i id='BeIE7'><tr id='BeIE7'><dt id='BeIE7'><q id='BeIE7'><span id='BeIE7'><b id='BeIE7'><form id='BeIE7'><ins id='BeIE7'></ins><ul id='BeIE7'></ul><sub id='BeIE7'></sub></form><legend id='BeIE7'></legend><bdo id='BeIE7'><pre id='BeIE7'><center id='BeIE7'></center></pre></bdo></b><th id='BeIE7'></th></span></q></dt></tr></i><div id='BeIE7'><tfoot id='BeIE7'></tfoot><dl id='BeIE7'><fieldset id='BeIE7'></fieldset></dl></div>
    1. 什么是 Func,如何以及何时使用

      What is Func, how and when is it used(什么是 Func,如何以及何时使用)

      <legend id='MF6iw'><style id='MF6iw'><dir id='MF6iw'><q id='MF6iw'></q></dir></style></legend>
          <i id='MF6iw'><tr id='MF6iw'><dt id='MF6iw'><q id='MF6iw'><span id='MF6iw'><b id='MF6iw'><form id='MF6iw'><ins id='MF6iw'></ins><ul id='MF6iw'></ul><sub id='MF6iw'></sub></form><legend id='MF6iw'></legend><bdo id='MF6iw'><pre id='MF6iw'><center id='MF6iw'></center></pre></bdo></b><th id='MF6iw'></th></span></q></dt></tr></i><div id='MF6iw'><tfoot id='MF6iw'></tfoot><dl id='MF6iw'><fieldset id='MF6iw'></fieldset></dl></div>

        • <small id='MF6iw'></small><noframes id='MF6iw'>

            <bdo id='MF6iw'></bdo><ul id='MF6iw'></ul>

            <tfoot id='MF6iw'></tfoot>

                  <tbody id='MF6iw'></tbody>
              1. 本文介绍了什么是 Func,如何以及何时使用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                什么是Func<>,它的用途是什么?

                What is Func<> and what is it used for?

                推荐答案

                Func<T> 是一个预定义的委托类型,用于返回 T.

                Func<T> is a predefined delegate type for a method that returns some value of the type T.

                换句话说,您可以使用此类型来引用返回某个 T 值的方法.例如

                In other words, you can use this type to reference a method that returns some value of T. E.g.

                public static string GetMessage() { return "Hello world"; }
                

                可以这样引用

                Func<string> f = GetMessage;
                

                这篇关于什么是 Func,如何以及何时使用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                Multicast delegate weird behavior in C#?(C# 中的多播委托奇怪行为?)
                Parameter count mismatch with Invoke?(参数计数与调用不匹配?)
                How to store delegates in a List(如何将代表存储在列表中)
                How delegates work (in the background)?(代表如何工作(在后台)?)
                C# Asynchronous call without EndInvoke?(没有 EndInvoke 的 C# 异步调用?)
                Delegate.CreateDelegate() and generics: Error binding to target method(Delegate.CreateDelegate() 和泛型:错误绑定到目标方法)
                <legend id='A4EWF'><style id='A4EWF'><dir id='A4EWF'><q id='A4EWF'></q></dir></style></legend>
              2. <tfoot id='A4EWF'></tfoot>

                  <tbody id='A4EWF'></tbody>
                    <i id='A4EWF'><tr id='A4EWF'><dt id='A4EWF'><q id='A4EWF'><span id='A4EWF'><b id='A4EWF'><form id='A4EWF'><ins id='A4EWF'></ins><ul id='A4EWF'></ul><sub id='A4EWF'></sub></form><legend id='A4EWF'></legend><bdo id='A4EWF'><pre id='A4EWF'><center id='A4EWF'></center></pre></bdo></b><th id='A4EWF'></th></span></q></dt></tr></i><div id='A4EWF'><tfoot id='A4EWF'></tfoot><dl id='A4EWF'><fieldset id='A4EWF'></fieldset></dl></div>

                        <small id='A4EWF'></small><noframes id='A4EWF'>

                          <bdo id='A4EWF'></bdo><ul id='A4EWF'></ul>