次の方法で共有


Actions.Bind メソッド

定義

オーバーロード

Bind<R>(Func<R>)
Bind<T1,R>(Func<T1,R>)
Bind<T1,T2,R>(Func<T1,T2,R>)
Bind<T1,T2,T3,R>(Func<T1,T2,T3,R>)
Bind<T1,T2,T3,T4,R>(Func<T1,T2,T3,T4,R>)
Bind<T1,T2,T3,T4,T5,R>(Func<T1,T2,T3,T4,T5,R>)
Bind<T1,T2,T3,T4,T5,T6,R>(Func<T1,T2,T3,T4,T5,T6,R>)
Bind<T1,T2,T3,T4,T5,T6,T7,R>(Func<T1,T2,T3,T4,T5,T6,T7,R>)

Bind<R>(Func<R>)

ソース:
Actions.cs
public static Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver,Microsoft.Bot.Builder.Scorables.Internals.IBinding> Bind<R>(Func<R> method);
static member Bind : Func<'R> -> Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver, Microsoft.Bot.Builder.Scorables.Internals.IBinding>
Public Function Bind(Of R) (method As Func(Of R)) As IScorable(Of IResolver, IBinding)

型パラメーター

R

パラメーター

method
Func<R>

戻り値

適用対象

Bind<T1,R>(Func<T1,R>)

ソース:
Actions.cs
public static Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver,Microsoft.Bot.Builder.Scorables.Internals.IBinding> Bind<T1,R>(Func<T1,R> method);
static member Bind : Func<'T1, 'R> -> Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver, Microsoft.Bot.Builder.Scorables.Internals.IBinding>
Public Function Bind(Of T1, R) (method As Func(Of T1, R)) As IScorable(Of IResolver, IBinding)

型パラメーター

T1
R

パラメーター

method
Func<T1,R>

戻り値

適用対象

Bind<T1,T2,R>(Func<T1,T2,R>)

ソース:
Actions.cs
public static Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver,Microsoft.Bot.Builder.Scorables.Internals.IBinding> Bind<T1,T2,R>(Func<T1,T2,R> method);
static member Bind : Func<'T1, 'T2, 'R> -> Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver, Microsoft.Bot.Builder.Scorables.Internals.IBinding>
Public Function Bind(Of T1, T2, R) (method As Func(Of T1, T2, R)) As IScorable(Of IResolver, IBinding)

型パラメーター

T1
T2
R

パラメーター

method
Func<T1,T2,R>

戻り値

適用対象

Bind<T1,T2,T3,R>(Func<T1,T2,T3,R>)

ソース:
Actions.cs
public static Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver,Microsoft.Bot.Builder.Scorables.Internals.IBinding> Bind<T1,T2,T3,R>(Func<T1,T2,T3,R> method);
static member Bind : Func<'T1, 'T2, 'T3, 'R> -> Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver, Microsoft.Bot.Builder.Scorables.Internals.IBinding>
Public Function Bind(Of T1, T2, T3, R) (method As Func(Of T1, T2, T3, R)) As IScorable(Of IResolver, IBinding)

型パラメーター

T1
T2
T3
R

パラメーター

method
Func<T1,T2,T3,R>

戻り値

適用対象

Bind<T1,T2,T3,T4,R>(Func<T1,T2,T3,T4,R>)

ソース:
Actions.cs
public static Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver,Microsoft.Bot.Builder.Scorables.Internals.IBinding> Bind<T1,T2,T3,T4,R>(Func<T1,T2,T3,T4,R> method);
static member Bind : Func<'T1, 'T2, 'T3, 'T4, 'R> -> Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver, Microsoft.Bot.Builder.Scorables.Internals.IBinding>
Public Function Bind(Of T1, T2, T3, T4, R) (method As Func(Of T1, T2, T3, T4, R)) As IScorable(Of IResolver, IBinding)

型パラメーター

T1
T2
T3
T4
R

パラメーター

method
Func<T1,T2,T3,T4,R>

戻り値

適用対象

Bind<T1,T2,T3,T4,T5,R>(Func<T1,T2,T3,T4,T5,R>)

ソース:
Actions.cs
public static Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver,Microsoft.Bot.Builder.Scorables.Internals.IBinding> Bind<T1,T2,T3,T4,T5,R>(Func<T1,T2,T3,T4,T5,R> method);
static member Bind : Func<'T1, 'T2, 'T3, 'T4, 'T5, 'R> -> Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver, Microsoft.Bot.Builder.Scorables.Internals.IBinding>
Public Function Bind(Of T1, T2, T3, T4, T5, R) (method As Func(Of T1, T2, T3, T4, T5, R)) As IScorable(Of IResolver, IBinding)

型パラメーター

T1
T2
T3
T4
T5
R

パラメーター

method
Func<T1,T2,T3,T4,T5,R>

戻り値

適用対象

Bind<T1,T2,T3,T4,T5,T6,R>(Func<T1,T2,T3,T4,T5,T6,R>)

ソース:
Actions.cs
public static Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver,Microsoft.Bot.Builder.Scorables.Internals.IBinding> Bind<T1,T2,T3,T4,T5,T6,R>(Func<T1,T2,T3,T4,T5,T6,R> method);
static member Bind : Func<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'R> -> Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver, Microsoft.Bot.Builder.Scorables.Internals.IBinding>
Public Function Bind(Of T1, T2, T3, T4, T5, T6, R) (method As Func(Of T1, T2, T3, T4, T5, T6, R)) As IScorable(Of IResolver, IBinding)

型パラメーター

T1
T2
T3
T4
T5
T6
R

パラメーター

method
Func<T1,T2,T3,T4,T5,T6,R>

戻り値

適用対象

Bind<T1,T2,T3,T4,T5,T6,T7,R>(Func<T1,T2,T3,T4,T5,T6,T7,R>)

ソース:
Actions.cs
public static Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver,Microsoft.Bot.Builder.Scorables.Internals.IBinding> Bind<T1,T2,T3,T4,T5,T6,T7,R>(Func<T1,T2,T3,T4,T5,T6,T7,R> method);
static member Bind : Func<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7, 'R> -> Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver, Microsoft.Bot.Builder.Scorables.Internals.IBinding>
Public Function Bind(Of T1, T2, T3, T4, T5, T6, T7, R) (method As Func(Of T1, T2, T3, T4, T5, T6, T7, R)) As IScorable(Of IResolver, IBinding)

型パラメーター

T1
T2
T3
T4
T5
T6
T7
R

パラメーター

method
Func<T1,T2,T3,T4,T5,T6,T7,R>

戻り値

適用対象