AvalonEdit
Push Method (item)
NamespacesICSharpCode.AvalonEdit.UtilsImmutableStack<(Of <(<'T>)>)>Push(T)
Pushes an item on the stack. This does not modify the stack itself, but returns a new one with the value pushed.
Declaration Syntax
C#Visual BasicVisual C++
public ImmutableStack<T> Push(
	T item
)
Public Function Push ( _
	item As T _
) As ImmutableStack(Of T)
public:
ImmutableStack<T>^ Push(
	T item
)
Parameters
item (T)

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238