Loyc.Syntax.ParsingService.PushedCurrent.PushedCurrent C# (CSharp) Method

PushedCurrent() public method

public PushedCurrent ( IParsingService @new ) : System
@new IParsingService
return System
			public PushedCurrent(IParsingService @new) { OldValue = Default; Default = @new; }
			public void Dispose() { Default = OldValue; }
ParsingService.PushedCurrent