Share via


IItem<T> Interface

Definition

public interface IItem<out T> : Microsoft.Bot.Builder.Dialogs.IAwaitable<out T>
type IItem<'T> = interface
    interface IAwaitable<'T>
Public Interface IItem(Of Out T)
Implements IAwaitable(Of Out T)

Type Parameters

T
This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
Derived
Implements

Methods

GetAwaiter()

Get the awaiter for this awaitable item.

(Inherited from IAwaitable<T>)

Extension Methods

ToTask<T>(IAwaitable<T>)

Applies to