Stack<T>

GPTKB entity

Statements (28)
Predicate Object
gptkbp:instanceOf generic class
gptkbp:availableOn gptkb:.NET_Framework_2.0
gptkbp:builtBy Stack<T>()
Stack<T>(IEnumerable<T>)
Stack<T>(int capacity)
gptkbp:category gptkb:architecture
gptkb:library
gptkbp:definedIn System.Collections.Generic namespace
gptkbp:describes Represents a variable size last-in-first-out (LIFO) collection of instances of the same specified type.
https://www.w3.org/2000/01/rdf-schema#label Stack<T>
gptkbp:implementedIn IEnumerable
ICollection
IEnumerable<T>
gptkbp:inheritsFrom object
gptkbp:method Clear()
Contains(T item)
Peek()
Pop()
Push(T item)
ToArray()
gptkbp:property gptkb:Count
gptkbp:relatedTo List<T>
Queue<T>
gptkbp:threadSafe Not thread-safe
gptkbp:usedIn gptkb:C#
gptkb:.NET
gptkbp:bfsParent gptkb:System.Collections.Generic
gptkbp:bfsLayer 7