Click or drag to resize
StackTPush Method

Namespace: System.Collections.Generic
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public void Push(
	T item
)

Parameters

item
Type: T
The object to push onto the StackT. The value can be null for reference types.
See Also