Click or drag to resize
StackTEnumeratorCurrent Property
Gets the element at the current position of the enumerator.

Namespace: System.Collections.Generic
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public T Current { get; }

Property Value

Type: T
See Also