Show / Hide Table of Contents

    Class Typewriter

    Gradually types a message to the console.

    Inheritance
    Object
    Composite
    Typewriter
    Implements
    ICommandAction
    Inherited Members
    Composite.IsFinished
    Composite.StartsIdle
    Composite.Start(ActionContext)
    Composite.Finalize(ActionContext)
    Namespace: QFSW.QC.Actions
    Assembly: QFSW.QC.dll
    Syntax
    public class Typewriter : Composite, ICommandAction

    Constructors

    Typewriter(String)

    Declaration
    public Typewriter(string message)
    Parameters
    Type Name Description
    String message

    The message to display to the console.

    Typewriter(String, Typewriter.Config)

    Declaration
    public Typewriter(string message, Typewriter.Config config)
    Parameters
    Type Name Description
    String message

    The message to display to the console.

    Typewriter.Config config

    The configuration to be used.

    Implements

    ICommandAction

    Extension Methods

    ArraySingleExtensions.AsArraySingle<T>(T)
    CollectionExtensions.Yield<T>(T)
    Quantum Console by QFSW
    Back to top