Click or drag to resize
StackTToArray Method

Namespace: System.Collections.Generic
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public T[] ToArray()

Return Value

Type: T
A new array containing copies of the elements of the StackT.
See Also