Show / Hide Table of Contents

    Class TransformerCLI

    Represents the transformer cli.

    Inheritance
    Object
    TransformerCLI
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Platform.RegularExpressions.Transformer
    Assembly: Platform.RegularExpressions.Transformer.dll
    Syntax
    public class TransformerCLI

    Constructors

    | Improve this Doc View Source

    TransformerCLI(IFileTransformer)

    Initializes a new TransformerCLI instance.

    Declaration
    public TransformerCLI(IFileTransformer transformer)
    Parameters
    Type Name Description
    IFileTransformer transformer

    A transformer.

    Methods

    | Improve this Doc View Source

    Run(String[])

    Runs the args.

    Declaration
    public void Run(string[] args)
    Parameters
    Type Name Description
    String[] args

    The args.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX