Show / Hide Table of Contents

    Interface IQcPreprocessor

    Creates a Preprocessor that is loaded and used by the QuantumConsoleProcessor.

    Namespace: QFSW.QC
    Assembly: QFSW.QC.dll
    Syntax
    public interface IQcPreprocessor

    Properties

    Priority

    The priority of this preprocessor to resolve processing order.

    Declaration
    int Priority { get; }
    Property Value
    Type Description
    Int32

    Methods

    Process(String)

    Processes the provided text.

    Declaration
    string Process(string text)
    Parameters
    Type Name Description
    String text

    The text to process.

    Returns
    Type Description
    String

    The processed text.

    Extension Methods

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