C# Class Loyc.Syntax.ParsingService.PushedCurrent

Returned by PushCurrent(IParsingService).
Exibir arquivo Open project: qwertie/ecsharp

Public Properties

Property Type Description
OldValue IParsingService

Public Methods

Method Description
Dispose ( ) : void
PushedCurrent ( IParsingService @new ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

PushedCurrent() public method

public PushedCurrent ( IParsingService @new ) : System
@new IParsingService
return System

Property Details

OldValue public_oe property

public IParsingService OldValue
return IParsingService