Class Function
Inheritance
System.Object
Function
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: AltV.Net.Shared.dll
Syntax
Methods
|
Improve this Doc
View Source
Create(ISharedCore, Action)
Declaration
public static Function Create(ISharedCore core, Action function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Action |
function |
|
Returns
|
Improve this Doc
View Source
Create(Action)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create(Action function)
Parameters
Type |
Name |
Description |
System.Action |
function |
|
Returns
|
Improve this Doc
View Source
Create<T>(T)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T>(T func)
where T : Delegate
Parameters
Type |
Name |
Description |
T |
func |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Create<T>(ISharedCore, T)
Declaration
public static Function Create<T>(ISharedCore core, T func)
where T : Delegate
Parameters
Returns
Type Parameters
|
Improve this Doc
View Source
Create<T1>(ISharedCore, Action<T1>)
Declaration
public static Function Create<T1>(ISharedCore core, Action<T1> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Action<T1> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Create<T1>(ISharedCore, Func<T1>)
Declaration
public static Function Create<T1>(ISharedCore core, Func<T1> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Func<T1> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Create<T1>(Action<T1>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1>(Action<T1> function)
Parameters
Type |
Name |
Description |
System.Action<T1> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Create<T1>(Func<T1>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1>(Func<T1> function)
Parameters
Type |
Name |
Description |
System.Func<T1> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(ISharedCore, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>)
Declaration
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(ISharedCore core, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(ISharedCore, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>)
Declaration
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(ISharedCore core, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(ISharedCore, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>)
Declaration
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(ISharedCore core, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(ISharedCore, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>)
Declaration
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(ISharedCore core, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(ISharedCore, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>)
Declaration
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(ISharedCore core, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(ISharedCore, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>)
Declaration
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(ISharedCore core, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(ISharedCore, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>)
Declaration
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(ISharedCore core, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(ISharedCore, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>)
Declaration
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(ISharedCore core, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(ISharedCore, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>)
Declaration
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(ISharedCore core, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(ISharedCore, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>)
Declaration
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(ISharedCore core, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(ISharedCore, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>)
Declaration
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(ISharedCore core, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(ISharedCore, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>)
Declaration
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(ISharedCore core, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(ISharedCore, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>)
Declaration
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(ISharedCore core, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
T16 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(ISharedCore, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>)
Declaration
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(ISharedCore core, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
T16 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
T16 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
T16 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult>(ISharedCore, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult>)
Declaration
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult>(ISharedCore core, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
T16 |
|
TResult |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
T16 |
|
TResult |
|
|
Improve this Doc
View Source
Create<T1, T2>(ISharedCore, Action<T1, T2>)
Declaration
public static Function Create<T1, T2>(ISharedCore core, Action<T1, T2> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Action<T1, T2> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Create<T1, T2>(ISharedCore, Func<T1, T2>)
Declaration
public static Function Create<T1, T2>(ISharedCore core, Func<T1, T2> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Func<T1, T2> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Create<T1, T2>(Action<T1, T2>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2>(Action<T1, T2> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Create<T1, T2>(Func<T1, T2>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2>(Func<T1, T2> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Create<T1, T2, T3>(ISharedCore, Action<T1, T2, T3>)
Declaration
public static Function Create<T1, T2, T3>(ISharedCore core, Action<T1, T2, T3> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Action<T1, T2, T3> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3>(ISharedCore, Func<T1, T2, T3>)
Declaration
public static Function Create<T1, T2, T3>(ISharedCore core, Func<T1, T2, T3> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Func<T1, T2, T3> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3>(Action<T1, T2, T3>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3>(Action<T1, T2, T3> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3>(Func<T1, T2, T3>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3>(Func<T1, T2, T3> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4>(ISharedCore, Action<T1, T2, T3, T4>)
Declaration
public static Function Create<T1, T2, T3, T4>(ISharedCore core, Action<T1, T2, T3, T4> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Action<T1, T2, T3, T4> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4>(ISharedCore, Func<T1, T2, T3, T4>)
Declaration
public static Function Create<T1, T2, T3, T4>(ISharedCore core, Func<T1, T2, T3, T4> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Func<T1, T2, T3, T4> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4>(Action<T1, T2, T3, T4>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3, T4>(Action<T1, T2, T3, T4> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3, T4> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4>(Func<T1, T2, T3, T4>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3, T4>(Func<T1, T2, T3, T4> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5>(ISharedCore, Action<T1, T2, T3, T4, T5>)
Declaration
public static Function Create<T1, T2, T3, T4, T5>(ISharedCore core, Action<T1, T2, T3, T4, T5> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Action<T1, T2, T3, T4, T5> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5>(ISharedCore, Func<T1, T2, T3, T4, T5>)
Declaration
public static Function Create<T1, T2, T3, T4, T5>(ISharedCore core, Func<T1, T2, T3, T4, T5> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Func<T1, T2, T3, T4, T5> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5>(Action<T1, T2, T3, T4, T5>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3, T4, T5>(Action<T1, T2, T3, T4, T5> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3, T4, T5> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5>(Func<T1, T2, T3, T4, T5>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3, T4, T5>(Func<T1, T2, T3, T4, T5> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4, T5> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6>(ISharedCore, Action<T1, T2, T3, T4, T5, T6>)
Declaration
public static Function Create<T1, T2, T3, T4, T5, T6>(ISharedCore core, Action<T1, T2, T3, T4, T5, T6> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Action<T1, T2, T3, T4, T5, T6> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6>(ISharedCore, Func<T1, T2, T3, T4, T5, T6>)
Declaration
public static Function Create<T1, T2, T3, T4, T5, T6>(ISharedCore core, Func<T1, T2, T3, T4, T5, T6> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Func<T1, T2, T3, T4, T5, T6> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6>(Action<T1, T2, T3, T4, T5, T6>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3, T4, T5, T6>(Action<T1, T2, T3, T4, T5, T6> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3, T4, T5, T6> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6>(Func<T1, T2, T3, T4, T5, T6>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3, T4, T5, T6>(Func<T1, T2, T3, T4, T5, T6> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4, T5, T6> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7>(ISharedCore, Action<T1, T2, T3, T4, T5, T6, T7>)
Declaration
public static Function Create<T1, T2, T3, T4, T5, T6, T7>(ISharedCore core, Action<T1, T2, T3, T4, T5, T6, T7> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Action<T1, T2, T3, T4, T5, T6, T7> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7>(ISharedCore, Func<T1, T2, T3, T4, T5, T6, T7>)
Declaration
public static Function Create<T1, T2, T3, T4, T5, T6, T7>(ISharedCore core, Func<T1, T2, T3, T4, T5, T6, T7> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Func<T1, T2, T3, T4, T5, T6, T7> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7>(Action<T1, T2, T3, T4, T5, T6, T7>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3, T4, T5, T6, T7>(Action<T1, T2, T3, T4, T5, T6, T7> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3, T4, T5, T6, T7> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7>(Func<T1, T2, T3, T4, T5, T6, T7>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3, T4, T5, T6, T7>(Func<T1, T2, T3, T4, T5, T6, T7> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4, T5, T6, T7> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8>(ISharedCore, Action<T1, T2, T3, T4, T5, T6, T7, T8>)
Declaration
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8>(ISharedCore core, Action<T1, T2, T3, T4, T5, T6, T7, T8> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Action<T1, T2, T3, T4, T5, T6, T7, T8> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8>(ISharedCore, Func<T1, T2, T3, T4, T5, T6, T7, T8>)
Declaration
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8>(ISharedCore core, Func<T1, T2, T3, T4, T5, T6, T7, T8> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Func<T1, T2, T3, T4, T5, T6, T7, T8> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8>(Action<T1, T2, T3, T4, T5, T6, T7, T8>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8>(Action<T1, T2, T3, T4, T5, T6, T7, T8> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3, T4, T5, T6, T7, T8> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8>(Func<T1, T2, T3, T4, T5, T6, T7, T8>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8>(Func<T1, T2, T3, T4, T5, T6, T7, T8> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4, T5, T6, T7, T8> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9>(ISharedCore, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9>)
Declaration
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9>(ISharedCore core, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Action<T1, T2, T3, T4, T5, T6, T7, T8, T9> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9>(ISharedCore, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9>)
Declaration
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9>(ISharedCore core, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9> function)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3, T4, T5, T6, T7, T8, T9> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
|
Improve this Doc
View Source
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9>)
Declaration
[Obsolete("Use Alt.CreateFunction or overload with ISharedCore argument instead")]
public static Function Create<T1, T2, T3, T4, T5, T6, T7, T8, T9>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
|
Improve this Doc
View Source
InvokeNoResult(Object[])
Declaration
public void InvokeNoResult(object[] invokeValues)
Parameters
Type |
Name |
Description |
System.Object[] |
invokeValues |
|
Extension Methods