FrameFactory<C> 类

定义

[System.Serializable]
public sealed class FrameFactory<C> : Microsoft.Bot.Builder.Internals.Fibers.IFrameFactory<C>
[<System.Serializable>]
type FrameFactory<'C> = class
    interface IFrameFactory<'C>
Public NotInheritable Class FrameFactory(Of C)
Implements IFrameFactory(Of C)

类型参数

C
继承
FrameFactory<C>
属性
实现

构造函数

FrameFactory<C>()

显式接口实现

IFrameFactory<C>.Make()

适用于