Binding<R> Class

Definition

public sealed class Binding<R> : Microsoft.Bot.Builder.Scorables.Internals.Binding, IEquatable<Microsoft.Bot.Builder.Scorables.Internals.Binding>, Microsoft.Bot.Builder.Scorables.Internals.IBinding<R>
type Binding<'R> = class
    inherit Binding
    interface IBinding<'R>
    interface IBinding
    interface IEquatable<Binding>
Public NotInheritable Class Binding(Of R)
Inherits Binding
Implements IBinding(Of R), IEquatable(Of Binding)

Type Parameters

R
Inheritance
Binding<R>
Implements

Constructors

Name Description
Binding<R>(MethodBase, Object, Object[])

Fields

Name Description
arguments (Inherited from Binding)
instance (Inherited from Binding)
method (Inherited from Binding)

Methods

Name Description
Equals(Object) (Inherited from Binding)
GetHashCode() (Inherited from Binding)
ToString() (Inherited from Binding)

Explicit Interface Implementations

Name Description
IBinding.InvokeAsync(CancellationToken) (Inherited from Binding)
IBinding.Method (Inherited from Binding)
IBinding<R>.InvokeAsync(CancellationToken)
IEquatable<Binding>.Equals(Binding) (Inherited from Binding)

Applies to