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

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

Fields

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

Methods

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

Explicit Interface Implementations

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

Applies to