C# Class Kobi.RecreationalRegex.PcreGrammar.Builder.NonCapturingGroupWriter

Inheritance: IDisposable
Exibir arquivo Open project: kobi/RecreationalRegex

Public Methods

Method Description
Dispose ( ) : void
NonCapturingGroupWriter ( IndentedTextWriter textWriter, string quantifier ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

NonCapturingGroupWriter() public method

public NonCapturingGroupWriter ( IndentedTextWriter textWriter, string quantifier ) : System
textWriter System.CodeDom.Compiler.IndentedTextWriter
quantifier string
return System