Show / Hide Table of Contents

    Class CSharpToCppTransformer

    Represents the sharp to cpp transformer.

    Inheritance
    Object
    CSharpToCppTransformer
    Namespace: Platform.RegularExpressions.Transformer.CSharpToCpp
    Assembly: Platform.RegularExpressions.Transformer.CSharpToCpp.dll
    Syntax
    public class CSharpToCppTransformer : TextTransformer

    Constructors

    | Improve this Doc View Source

    CSharpToCppTransformer()

    Initializes a new CSharpToCppTransformer instance.

    Declaration
    public CSharpToCppTransformer()
    | Improve this Doc View Source

    CSharpToCppTransformer(IList<ISubstitutionRule>)

    Initializes a new CSharpToCppTransformer instance.

    Declaration
    public CSharpToCppTransformer(IList<ISubstitutionRule> extraRules)
    Parameters
    Type Name Description
    IList<ISubstitutionRule> extraRules

    A extra rules.

    Fields

    | Improve this Doc View Source

    FirstStage

    The to list.

    Declaration
    public static readonly IList<ISubstitutionRule> FirstStage
    Field Value
    Type Description
    IList<ISubstitutionRule>
    | Improve this Doc View Source

    LastStage

    The to list.

    Declaration
    public static readonly IList<ISubstitutionRule> LastStage
    Field Value
    Type Description
    IList<ISubstitutionRule>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX