Show / Hide Table of Contents

    Interface ITransformer

    Defines the transformer.

    Namespace: Platform.RegularExpressions.Transformer
    Assembly: Platform.RegularExpressions.Transformer.dll
    Syntax
    public interface ITransformer

    Properties

    | Improve this Doc View Source

    Rules

    Gets the rules value.

    Declaration
    IList<ISubstitutionRule> Rules { get; }
    Property Value
    Type Description
    IList<ISubstitutionRule>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX