Stack(T).Enumerator Properties
Collapse the table of content
Expand the table of content

Stack<T>.Enumerator Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The Stack<T>.Enumerator generic type exposes the following members.

  NameDescription
Public property Current Gets the element at the current position of the enumerator.
Top

  NameDescription
Explicit interface implemetation Private property IEnumerator.Current Gets the element at the current position of the enumerator.
Top

Show:
© 2017 Microsoft