CK.Text.Tests.JSONVisitorTests.JSONDoubleRewriter.JSONDoubleRewriter C# (CSharp) Method

JSONDoubleRewriter() public method

public JSONDoubleRewriter ( string s, string>.Func rewriter ) : NUnit.Framework
s string
rewriter string>.Func
return NUnit.Framework
            public JSONDoubleRewriter( string s, Func<double,string> rewriter ) 
                : base( s )
            {
                _rewriter = rewriter;
                _builder = new StringBuilder();
            }