VB.NET Language in a Nutshell
| Stack.Clear Method |
Class
System.Collections.Stack
Syntax
stackvariable .Clear( )
Return Value
None
Description
Removes all entries from the stack
See Also
Stack.Pop Method
| Stack.Clear Method |
System.Collections.Stack
stackvariable .Clear( )
None
Removes all entries from the stack
Stack.Pop Method