VB.NET Language in a Nutshell
| Stack.Count Property |
Class
System.Collections.Stack
Syntax
stackvariable .Count( )
Return Value
Integer
Description
This read-only property returns an Integer specifying the number of elements in the stack.
| Stack.Count Property |
System.Collections.Stack
stackvariable .Count( )
Integer
This read-only property returns an Integer specifying the number of elements in the stack.