C# Tutorial Stack

Basic

  1. Check if a Sttack contains an element in CSharp
  2. Convert Stack to array in CSharp
  3. Copy the Stack to an Array in CSharp
  4. Create a Stack from a collection in CSharp
  5. Create a Stack with specified initial capacity in CSharp
  6. Create an empty Stack in CSharp
  7. Get object at the top of the Stack without removing it in CSharp
  8. Get the number of elements contained in the Stack in CSharp
  9. Insert an object at the top of the Stack in CSharp
  10. Remove all objects from the Stack in CSharp
  11. Remove and return the object at the top of the Stack in CSharp
  12. Set the capacity to the actual number of elements in the Stack in CSharp




















Home »
  C# Tutorial »
    Collections »




ArrayList
BitArray
Collection
Comparer
HashSet
Hashtable
LinkedList
List
ListDictionary
OrderedDictionary
Queue
SortedList
SortedSet
Stack
StringCollection
StringDictionary