共用方式為


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)

適用於