C# Class System.Text.RegularExpressions.LinkStack

Inheritance: System.Text.RegularExpressions.LinkRef
显示文件 Open project: runefs/Marvin

Public Methods

Method Description
LinkStack ( ) : System
Pop ( ) : bool
Push ( ) : void

Protected Methods

Method Description
GetCurrent ( ) : object
SetCurrent ( object l ) : void

Method Details

GetCurrent() protected abstract method

protected abstract GetCurrent ( ) : object
return object

LinkStack() public method

public LinkStack ( ) : System
return System

Pop() public method

public Pop ( ) : bool
return bool

Push() public method

public Push ( ) : void
return void

SetCurrent() protected abstract method

protected abstract SetCurrent ( object l ) : void
l object
return void