Extensions.Push<T>(IList<T>, T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static void Push<T> (this System.Collections.Generic.IList<T> stack, T item);
static member Push : System.Collections.Generic.IList<'T> * 'T -> unit
<Extension()>
Public Sub Push(Of T) (stack As IList(Of T), item As T)
Type Parameters
- T
Parameters
- stack
- IList<T>
- item
- T