메소드 | 설명 | |
---|---|---|
Clear ( ) : void |
Remove all items from nested context
|
|
Pop ( ) : string |
Removes the top context from this stack.
|
|
Push ( string text ) : IDisposable |
Pushes a new context message into this stack.
|
public Push ( string text ) : IDisposable | ||
text | string | The new context message text. |
리턴 | IDisposable |