IItem<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Derived
- Implements
Methods
GetAwaiter() |
Get the awaiter for this awaitable item. (Inherited from IAwaitable<T>) |
Extension Methods
ToTask<T>(IAwaitable<T>) |