Inserts an object at the top of the
StackT.
Namespace: System.Collections.GenericAssembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax 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