Was this page helpful?

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

  • You do not have permissions to view this page - please try logging in.
public sealed class Func<T1,T2,T3,T4,T5,T6,TResult>
Namespace: System
Assembly: mindtouch.dream
Type Hierarchy:
  • object
    • Delegate
      • MulticastDelegate
        • Func<T1,T2,T3,T4,T5,T6,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 T6

The type of the sixth 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