Was this page helpful?

Func<T1,T2,T3,T4,T5,TResult> Class

    public sealed class Func<T1,T2,T3,T4,T5,TResult>
    Namespace: System
    Assembly: mindtouch.dream
    Type Hierarchy:
    • object
      • Delegate
        • MulticastDelegate
          • Func<T1,T2,T3,T4,T5,TResult>
    Implements:
    • ICloneable
    • ISerializable
    Encapsulates a method that has no parameters and returns a value of the type specified by the TResult parameter.

    Remarks

    This definition extends the regular .NET Func definitions, which only cover 4 parameters.

    Generic Parameters

    Parameter T1

    The type of the first parameter of the method that this delegate encapsulates.
    Constraints:
    none

    Parameter T2

    The type of the second parameter of the method that this delegate encapsulates.
    Constraints:
    none

    Parameter T3

    The type of the third parameter of the method that this delegate encapsulates.
    Constraints:
    none

    Parameter T4

    The type of the fourth parameter of the method that this delegate encapsulates.
    Constraints:
    none

    Parameter T5

    The type of the fifth parameter of the method that this delegate encapsulates.
    Constraints:
    none

    Parameter TResult

    The type of the return value of the method that this delegate encapsulates.
    Constraints:
    none
    Was this page helpful?
    Tag page
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by