Class CSharpToCppTransformer
Represents the sharp to cpp transformer.
Namespace: Platform.RegularExpressions.Transformer.CSharpToCpp
Assembly: Platform.RegularExpressions.Transformer.CSharpToCpp.dll
Syntax
public class CSharpToCppTransformer : TextTransformer
Constructors
| Improve this Doc View SourceCSharpToCppTransformer()
Initializes a new CSharpToCppTransformer instance.
Declaration
public CSharpToCppTransformer()
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 SourceFirstStage
The to list.
Declaration
public static readonly IList<ISubstitutionRule> FirstStage
Field Value
Type | Description |
---|---|
IList<ISubstitutionRule> |
LastStage
The to list.
Declaration
public static readonly IList<ISubstitutionRule> LastStage
Field Value
Type | Description |
---|---|
IList<ISubstitutionRule> |