PartialActionBuilder Members
The PartialActionBuilder type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Build<(Of <<'(T>)>>) | |
![]() |
Equals(System.Object) | (Inherited from Object.) |
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() |
MaxNumberOfArguments |
The maximum number of arguments=15 not including the obligatory first value argument in a partial action.
16 is the maximum number of args in a Func, see [Func{T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,TResult}]
|