PostStruct<T> 类

定义

public sealed class PostStruct<T> : Microsoft.Bot.Builder.Internals.Fibers.IPost<T>
type PostStruct<'T> = class
    interface IPost<'T>
Public NotInheritable Class PostStruct(Of T)
Implements IPost(Of T)

类型参数

T
继承
PostStruct<T>
实现

构造函数

PostStruct<T>(IPost<Object>)

显式接口实现

IPost<T>.Post(T)

适用于