Show / Hide Table of Contents

Class RewriterBuilder

Tools for building rewriters.

Inheritance
Object
RewriterBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sawmill
Assembly: Sawmill.dll
Syntax
public static class RewriterBuilder

Methods

| Improve this Doc View Source

For<T>()

Create a new RewriterBuilder<T>.

Declaration
public static RewriterBuilder<T> For<T>()
Returns
Type Description
RewriterBuilder<T>
Type Parameters
Name Description
T

The rewritable tree type

  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX