Method | Description | |
---|---|---|
GetPath ( ) : string |
Gets the current path.
|
|
Pop ( ) : bool |
Pops the current context off the stack, making the previous one active.
|
|
Push ( |
Pushes a context onto the stack, making it active.
|
public Push ( |
||
context | The context to push. | |
return | void |