Stack (System.Collections.Stack)

Inherits: System.Object

Interfaces: ICloneable, IEnumerable, ICollection

Derived Types: 1 (Click here to see a list of derived types)

Assembly: mscorlib.dll

Represents a simple last-in-first-out collection of objects.

VB.NET C#

VB.NET

Public Class Stack
  Implements System.ICloneable, System.Collections.IEnumerable, System.Collections.ICollection
End Class

Articles

.NET Framework Class Browser

.NET Framework Class Browser ... Class System.Collections.Stack

MBR IT/.NET 247 : System.Collections.Stack Class [Articles]

C# Stack Demo: C# Help: This is a sample application demonstrating the use of the Stack Class. Data is added and removed from the stack in the order the elements were inserted.

'System.Collections.Stack' has no Type parameters and so cannot have ...

Quality Begs for Object-Orientation. Code inspections simplified. Model Checking creators win Turing Award. Arc - An Unappreciated Approach to Language Design

DOTNET

stack = new DOTNET ( "mscorlib" , "System.Collections.Stack" ); $stack -> Push ( ".Net" ); $stack -> Push ( "Hello " ); echo $stack -> Pop () . $stack -> Pop

Mono Documentation

Mono Class Library : System.Collections Namespace System.Collections.Stack Class ... Remarks. The stack is a collection supporting only the push, pop, and peek ...

Mono Documentation

The members of System.Collections.Stack are listed below. See Also: Inherited members from System.Object [ ...

Stack Class (System.Collections)

Represents a simple last-in-first-out (LIFO) non-generic collection of objects. ... Represents a simple last-in-first-out (LIFO) non-generic collection of objects.

Stack Class

Represents a simple last-in-first-out collection of objects. For a list of all members of this type, see Stack Members . System.Object     System.Collections.Stack

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support