PostStruct<T>(IPost<Object>) 构造函数

定义

public PostStruct(Microsoft.Bot.Builder.Internals.Fibers.IPost<object> postBoxed);
new Microsoft.Bot.Builder.Internals.Fibers.PostStruct<'T> : Microsoft.Bot.Builder.Internals.Fibers.IPost<obj> -> Microsoft.Bot.Builder.Internals.Fibers.PostStruct<'T>
Public Sub New (postBoxed As IPost(Of Object))

参数

postBoxed
IPost<Object>

适用于