Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
Stack « Collections Data Structure « C# / C Sharp
C# / C Sharp
Collections Data Structure
Stack
1.
new Stack(new int[] { 1, 2, 3, 4, 5, 6 })
2.
new Stack
())
3.
Implements the stack data type using an array
4.
Stack demo
5.
Stack to array
6.
illustrates the use of a Stack
7.
A stack class for characters
8.
Demonstrate the Stack class
9.
Stack(T) Class represents a variable size last-in-first-out (LIFO) collection of instances of the same arbitrary type.
10.
Overflow Stack
11.
Thread Safe Stack
12.
A Stacked array is an integer array that contains a sequence of ascending integers.
13.
FixedSizeStack provides an easy Stack implementation width a fixed size to prevent Stack Overflows in another sense.
14.
Stack abstraction that also supports the IList interface