Interface ITransformer
Defines the transformer.
Namespace: Platform.RegularExpressions.Transformer
Assembly: Platform.RegularExpressions.Transformer.dll
Syntax
public interface ITransformer
Properties
| Improve this Doc View SourceRules
Gets the rules value.
Declaration
IList<ISubstitutionRule> Rules { get; }
Property Value
Type | Description |
---|---|
IList<ISubstitutionRule> |