C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Collections.Generic
Stack(T) Class
Stack(T) Methods
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
Peek Method
Pop Method
Push Method
ToArray Method
TrimExcess Method
Stack
T
GetEnumerator Method
Returns an enumerator for the
Stack
T
.
Namespace:
System.Collections.Generic
Assembly:
CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
Copy
public
Stack
T
Enumerator
GetEnumerator
()
Return Value
Type:
Stack
T
Enumerator
An
Stack
T
Enumerator
for the
Stack
T
.
See Also
Reference
Stack
T
Class
System.Collections.Generic Namespace