FrameFactory<C> Class

Definition

[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)

Type Parameters

C
Inheritance
FrameFactory<C>
Attributes
Implements

Constructors

FrameFactory<C>()

Explicit Interface Implementations

IFrameFactory<C>.Make()

Applies to